This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#51 2012-09-21 11:08:48

NeilWest
Scratcher
Registered: 2010-01-06
Posts: 1000+

Re: M30W New Official Topic

slinger wrote:

blob8108 wrote:

slinger wrote:

@blob8107, Thanks!  big_smile

Him being my evil younger sibling...  tongue

Oh lol, my bad  tongue
@NeilWest, I believe you can check out the svn branch by typing this in the terminal (if you ave Subversion that is  tongue )

Code:

svn co svn://svn.code.sf.net/p/m30w/svn/trunk m30w-svn

Wha?

Offline

 

#52 2012-09-21 11:27:34

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: M30W New Official Topic


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#53 2012-09-22 11:50:08

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: M30W New Official Topic

I don't think I can help at all.. Ive got a  lot of school work and other stuff so can you just put (inactive) by my name in the developers section when I get less work Ill try to help sorry  sad


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#54 2012-09-28 08:27:24

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: M30W New Official Topic

Roi, your signature still links to the old topic.


http://i50.tinypic.com/312u714.jpg

Offline

 

#55 2012-09-28 08:45:47

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

oops... thanks  smile

Offline

 

#56 2012-09-29 20:47:23

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: M30W New Official Topic

Could you make an Ubuntu PPA?

Offline

 

#57 2012-09-30 07:40:13

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

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

 

#58 2012-10-01 15:32:58

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

@slinger, I made the dropbox folder, send me your email via sf message or something so i can add you

Offline

 

#59 2012-10-03 04:36:09

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: M30W New Official Topic

Okay, sorry I haven't been very active lately :p
edit: I didn't get the email  hmm

Last edited by slinger (2012-10-03 04:38:26)


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#60 2012-10-03 05:32:43

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

slinger wrote:

Okay, sorry I haven't been very active lately :p
edit: I didn't get the email  hmm

'send message' here: http://sourceforge.net/users/roijac

Offline

 

#61 2012-10-03 06:15:01

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: M30W New Official Topic

Oops, I misread that :p
I thought you said you sent me an email lol


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#62 2012-10-03 09:04:38

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

lol your email address xD
anyway, added you

Offline

 

#63 2012-10-03 09:33:55

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: M30W New Official Topic

:pppp


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#64 2012-10-06 14:18:37

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: M30W New Official Topic

Double-click doesn't work.  sad

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'

Offline

 

#65 2012-10-06 15:42:17

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

Magnie wrote:

Double-click doesn't work.  sad

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

 

#66 2012-10-11 12:19:55

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

so far - you can view attributes via the sprite panel, also i finished the new sprites API, but i couldn't commit  hmm  how's it going with saving?

Offline

 

#67 2012-10-11 12:54:57

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: M30W New Official Topic

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.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.  smile

Offline

 

#68 2012-10-11 14:18:03

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

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.  smile

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  smile
you know you can run it with --debug too, right?
thanks for testing!  big_smile

Last edited by roijac (2012-10-11 14:21:03)

Offline

 

#69 2012-10-11 14:40:50

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: M30W New Official Topic

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.  smile

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  smile
you know you can run it with --debug too, right?
thanks for testing!  big_smile

No idea what --debug does.  tongue

So I'll ignore the errors that don't apply to M30W.  smile

Offline

 

#70 2012-10-11 15:23:21

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: M30W New Official Topic

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?


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#71 2012-10-11 16:22:31

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: M30W New Official Topic

blob8108 wrote:

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?

I just tossed the module folder into the svn directory for M30W.  tongue

Offline

 

#72 2012-10-11 16:28:18

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: M30W New Official Topic

Magnie wrote:

blob8108 wrote:

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?

I just tossed the module folder into the svn directory for M30W.  tongue

Ah. You need to at least run setup.py  tongue


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#73 2012-10-11 16:33:40

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: M30W New Official Topic

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.  tongue

Ah. You need to at least run setup.py  tongue

Oh well.  tongue

Offline

 

#74 2012-10-11 16:53:34

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: M30W New Official Topic

i almost finished the attrinutes setting, and wanted to quick implement a pickle serializer, but I got some weird errors so it'll have to wait  hmm

Offline

 

#75 2012-10-12 02:46:16

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: M30W New Official Topic

Magnie wrote:

blob8108 wrote:

Magnie wrote:


I just tossed the module folder into the svn directory for M30W.  tongue

Ah. You need to at least run setup.py  tongue

Oh well.  tongue

Fine, then. At least install all the dependencies!


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

Board footer