slinger wrote:
blob8108 wrote:
slinger wrote:
@blob8107, Thanks!
Him being my evil younger sibling...
Oh lol, my bad
@NeilWest, I believe you can check out the svn branch by typing this in the terminal (if you ave Subversion that is )Code:
svn co svn://svn.code.sf.net/p/m30w/svn/trunk m30w-svn
Wha?
Offline
Offline
Could you make an Ubuntu PPA?
Offline
well, i'd love too, but that involves deb packaging M30W, which isn't THAT easy.
maybe you could make the scripts?
some links:
http://stackoverflow.com/questions/1382569/how-do-i-do-debian-packaging-of-a-python-package
http://wiki.debian.org/Python/Packaging
http://savetheions.com/2010/01/20/packaging-python-applicationsmodules-for-debian/
Offline
Double-click doesn't work.
Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/spritePanel.py", line 129, in OnOpenScriptEditor sprites.sprites[self.listBook.GetSelection()]) File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 249, in OpenScriptEditor self._NewPage(ScriptEditor(sprite, self.noteBook), File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 44, in __init__ self.textCtrl.write(self.sprite.getcode()) AttributeError: 'Sprite' object has no attribute 'getcode'
Offline
Magnie wrote:
Double-click doesn't work.
Code:
Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/spritePanel.py", line 129, in OnOpenScriptEditor sprites.sprites[self.listBook.GetSelection()]) File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 249, in OpenScriptEditor self._NewPage(ScriptEditor(sprite, self.noteBook), File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 44, in __init__ self.textCtrl.write(self.sprite.getcode()) AttributeError: 'Sprite' object has no attribute 'getcode'
oh yeah
thanks!
Offline
magnie@Ender:~/Documents/Repos/svn/m30w-svn$ python M30W.py M30W Copyright (C) 2012 M30W developers. No module named htmlcolor WARNING: parser not available, requires PLY Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
There's my error log for today. Minus the "not implemented" errors.
Offline
Magnie wrote:
Code:
magnie@Ender:~/Documents/Repos/svn/m30w-svn$ python M30W.py M30W Copyright (C) 2012 M30W developers. No module named htmlcolor WARNING: parser not available, requires PLY Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.other ones py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.There's my error log for today. Minus the "not implemented" errors.
first two are from kurt (htmlcolor and PLY), the setcode are fixed by now, as i finally could commit (sf had problems today :S) and the last two are some weird messages from wxpython
you know you can run it with --debug too, right?
thanks for testing!
Last edited by roijac (2012-10-11 14:21:03)
Offline
roijac wrote:
Magnie wrote:
Code:
magnie@Ender:~/Documents/Repos/svn/m30w-svn$ python M30W.py M30W Copyright (C) 2012 M30W developers. No module named htmlcolor WARNING: parser not available, requires PLY Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.other ones py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' Traceback (most recent call last): File "/home/magnie/Documents/Repos/svn/m30w-svn/core/GUI/leftPanel.py", line 56, in Save self.sprite.setcode(self.textCtrl.GetValue()) AttributeError: 'Sprite' object has no attribute 'setcode' (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (python:9951): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.There's my error log for today. Minus the "not implemented" errors.
first two are from kurt (htmlcolor and PLY), the setcode are fixed by now, as i finally could commit (sf had problems today :S) and the last two are some weird messages from wxpython
you know you can run it with --debug too, right?
thanks for testing!
No idea what --debug does.
So I'll ignore the errors that don't apply to M30W.
Offline
Magnie wrote:
No module named htmlcolor
WARNING: parser not available, requires PLY
Yup, those are Kurt. htmlcolor should be included with kurt, though. Did you install kurt using pip?
Offline
blob8108 wrote:
Magnie wrote:
No module named htmlcolor
WARNING: parser not available, requires PLYYup, those are Kurt. htmlcolor should be included with kurt, though. Did you install kurt using pip?
I just tossed the module folder into the svn directory for M30W.
Offline
Magnie wrote:
blob8108 wrote:
Magnie wrote:
No module named htmlcolor
WARNING: parser not available, requires PLYYup, those are Kurt. htmlcolor should be included with kurt, though. Did you install kurt using pip?
I just tossed the module folder into the svn directory for M30W.
Ah. You need to at least run setup.py
Offline
blob8108 wrote:
Magnie wrote:
blob8108 wrote:
Yup, those are Kurt. htmlcolor should be included with kurt, though. Did you install kurt using pip?
I just tossed the module folder into the svn directory for M30W.
Ah. You need to at least run setup.py
Oh well.
Offline
Magnie wrote:
blob8108 wrote:
Magnie wrote:
I just tossed the module folder into the svn directory for M30W.Ah. You need to at least run setup.py
Oh well.
Fine, then. At least install all the dependencies!
Offline