From pauld at mitre.org Mon Jan 5 23:53:34 2004 From: pauld at mitre.org (Paul Denning) Date: Mon, 05 Jan 2004 17:53:34 -0500 Subject: [spe.pycs.net] SPE RSS feed is invalid Message-ID: <6.0.0.22.0.20040105175218.01cddf90@mailsrv1.mitre.org> http://spe.pycs.net/weblog/rss.xml http://feedvalidator.org/check?url=http%3a%2f%2fspe.pycs.net%2fweblog%2frss.xml Please fix. Paul From s_t_a_n_i at yahoo.com Fri Jan 9 01:48:24 2004 From: s_t_a_n_i at yahoo.com (www.stani.be) Date: Thu, 8 Jan 2004 16:48:24 -0800 (PST) Subject: [spe.pycs.net] SPE RSS feed is invalid In-Reply-To: <6.0.0.22.0.20040105175218.01cddf90@mailsrv1.mitre.org> Message-ID: <20040109004824.54726.qmail@web21101.mail.yahoo.com> Fixed, Stani --- Paul Denning wrote: > http://spe.pycs.net/weblog/rss.xml > > http://feedvalidator.org/check?url=http%3a%2f%2fspe.pycs.net%2fweblog%2frss.xml > > Please fix. > > Paul > > > _______________________________________________ > Spe-user mailing list > Spe-user at blender.org > http://www.blender.org/mailman/listinfo/spe-user __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus From s_t_a_n_i at yahoo.com Fri Jan 9 01:51:59 2004 From: s_t_a_n_i at yahoo.com (www.stani.be) Date: Thu, 8 Jan 2004 16:51:59 -0800 (PST) Subject: [spe.pycs.net] SPE RSS feed is invalid In-Reply-To: <6.0.0.22.0.20040105175218.01cddf90@mailsrv1.mitre.org> Message-ID: <20040109005159.16704.qmail@web21107.mail.yahoo.com> I'm currently working slowly on spe. Now I started to experiment to port spe to the Mac OS X. Therefore can all mac os x users send me an email with the subject "spe mac os x", than I can send you some test files. Send this email to s_t_a_n_i at gmx.net Thanks, Stani __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus From idfx at comcast.net Wed Jan 14 20:24:39 2004 From: idfx at comcast.net (idfx at comcast.net) Date: Wed, 14 Jan 2004 19:24:39 +0000 Subject: [spe.pycs.net] tar.gz releases Message-ID: <011420041924.21666.5391@comcast.net> You might like ALZip. (http://www.alzip.com) It handles about 30 different kinds of archives and I think it's got the folder-tarring skills you're looking for. Hope that helps, Happy Hacking! yrs, idfx -- #===============================# "You are free, and that is why you are lost..." - F. Kafka #===============================# > If anyone has a small windows program which can > convert a directory in a tar.gz with one click (not > first tar and than gz) I'll can change the zip source > releases into tar.gz, as windows users will use the > exe release. > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ > _______________________________________________ > Spe-user mailing list > Spe-user at blender.org > http://www.blender.org/mailman/listinfo/spe-user From elmar.bschorer at millenux.com Tue Jan 20 11:15:13 2004 From: elmar.bschorer at millenux.com (Bschorer Elmar) Date: Tue, 20 Jan 2004 11:15:13 +0100 Subject: [spe.pycs.net] spe crashes! Message-ID: <400CFFB1.5070900@millenux.com> hi @all, if i try to run the following code by pressing F9 spe crashes! ------------------------------------------------------- #!/usr/bin/env python import gtk class Base: def __init__(self): self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.show() def main(self): gtk.main() if __name__ == "__main__": base = Base() base.main() ---------------------------------------------------------- ------------------------------------------------------------------------- Elmar Bschorer Millenux GmbH elmar.bschorer at millenux.com Lilienthalstrasse 2 phone: +49.711.88770.138 D-70825 Stuttgart-Korntal, Germany fax: +49.711.88770.349 ------------------------------------------------------------------------- From s_t_a_n_i at yahoo.com Tue Jan 20 15:53:34 2004 From: s_t_a_n_i at yahoo.com (www.stani.be) Date: Tue, 20 Jan 2004 06:53:34 -0800 (PST) Subject: [spe.pycs.net] spe crashes! In-Reply-To: <400CFFB1.5070900@millenux.com> Message-ID: <20040120145334.9884.qmail@web21103.mail.yahoo.com> It is not possible to run programs with gui frameworks (eg wxWindows, gtk, ...) inside spe. If you use Windows, you can use Ctrl+F9 to run the program outside spe. Stani --- Bschorer Elmar wrote: > hi @all, > > if i try to run the following code by pressing F9 > spe crashes! > > ------------------------------------------------------- > #!/usr/bin/env python > > import gtk > > class Base: > def __init__(self): > self.window = > gtk.Window(gtk.WINDOW_TOPLEVEL) > self.window.show() > > def main(self): > gtk.main() > > if __name__ == "__main__": > base = Base() > base.main() > > ---------------------------------------------------------- > > ------------------------------------------------------------------------- > Elmar Bschorer > Millenux GmbH > elmar.bschorer at millenux.com > Lilienthalstrasse 2 phone: > +49.711.88770.138 > D-70825 Stuttgart-Korntal, Germany fax: > +49.711.88770.349 > > ------------------------------------------------------------------------- > > _______________________________________________ > Spe-user mailing list > Spe-user at blender.org > http://www.blender.org/mailman/listinfo/spe-user __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus From matthew.thornley at motioneng.com Wed Jan 21 18:21:23 2004 From: matthew.thornley at motioneng.com (Matthew Thornley) Date: Wed, 21 Jan 2004 09:21:23 -0800 Subject: [spe.pycs.net] How to Change Keyboard Shortcuts? Message-ID: I would use SPE more frequently if the keyboard shortcuts were the same as SciTE. How can I change them? Matthew From s_t_a_n_i at yahoo.com Thu Jan 22 00:15:47 2004 From: s_t_a_n_i at yahoo.com (www.stani.be) Date: Wed, 21 Jan 2004 15:15:47 -0800 (PST) Subject: [spe.pycs.net] How to Change Keyboard Shortcuts? In-Reply-To: Message-ID: <20040121231547.55840.qmail@web21102.mail.yahoo.com> Just edit the file spe/framework/shortcuts.py Send me a copy of it, maybe it might be usefull later to include in the distribution. Stani --- Matthew Thornley wrote: > I would use SPE more frequently if the keyboard > shortcuts were the same as SciTE. How can I change > them? > > Matthew > _______________________________________________ > Spe-user mailing list > Spe-user at blender.org > http://www.blender.org/mailman/listinfo/spe-user __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus From project5 at redrival.net Thu Jan 15 19:44:09 2004 From: project5 at redrival.net (Andrei) Date: Thu, 15 Jan 2004 19:44:09 +0100 Subject: [spe.pycs.net] Re: tar.gz releases References: <011420041924.21666.5391@comcast.net> Message-ID: <1p0hkgryd9n56$.657kaok2l7u9.dlg@40tude.net> idfx at comcast.net wrote on Wed, 14 Jan 2004 19:24:39 +0000: > You might like ALZip. (http://www.alzip.com) > It handles about 30 different kinds of archives > and I think it's got the folder-tarring skills > you're looking for. I don't know how old this topic is, but here's my 2 cents. You could use 7-zip (http://www.7-zip.org/, GPL, small and inobtrusive). It has command line support so you can write a batch file/python script for it (it's two lines of code and you get one-click tar-gzing - if you go the Python route you can even do some preprocessing on the files, like inserting version numbers and/or copyrights). You can even specify command lines for 7-xip to build SFX files if I'm not mistaken, so you can have the batch file create them too for Win users. It's how I pack my apps and it works like a charm :). -- Yours, Andrei ===== Mail address in header catches spam. Real contact info (decode with rot13): cebwrpg5 at jnanqbb.ay. Fcnz-serr! Cyrnfr qb abg hfr va choyvp cbfgf. V ernq gur yvfg, fb gurer'f ab arrq gb PP. From julian at seamus.es Sat Jan 3 10:07:03 2004 From: julian at seamus.es (=?iso-8859-1?Q?Juli=E1n_Ciccal=E8?=) Date: Sat, 3 Jan 2004 10:07:03 +0100 Subject: [spe.pycs.net] Problems Saving Files Message-ID: <200401300904.i0U94wC06656@seamus.es> I?m using spe ?0.4.2.a? on Windows with Python and almost every time I hit save , the file is written but with 0 bytes! And then a message appears that tells me if I want to reload the file. Has anyone had this problem? Julian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blender.org/pipermail/spe-user/attachments/20040103/4939260a/attachment.htm From julian at seamus.es Sat Jan 3 10:57:23 2004 From: julian at seamus.es (=?iso-8859-1?Q?Juli=E1n_Ciccal=E8?=) Date: Sat, 3 Jan 2004 10:57:23 +0100 Subject: [spe.pycs.net] Problems Saving Files Message-ID: <200401300955.i0U9tIC12546@seamus.es> I?m using spe ?0.4.2.a? on Windows with Python and almost every time I hit save , the file is written but with 0 bytes! Looking more carefully I found that My python file contains non-ASCII character (I am from Spain). Well The interesting thing is that first: The file does not get saved, but worst, get saved with zero bytes, because the call To str fails and returns a null string. And second there is no warning or error reporting (if you don?t look at the console) Of the exception: UnicodeEncodeError: 'ascii' codec can't encode character I found that changing lines 489 and 490 of file spe/framework/wxMDIChildFrame1.py From: file= open(str(self.fileName),'w') file.write(str(source.replace('\r\n','\n') ) ) To (importing ?codecs? at top): file=codecs.open(str(self.fileName),'w', 'utf8') file.write(source.replace(u'\r\n',u'\n')) Solves, the problem, I did not tried to see how to report and error message (I downloaded SPE yesterday) But I will pleased to help. Also I don?t know if this is fair for non utf8 users, but there must be a way to get The users encoding, and not ascii. SPE is the best python IDE and it rocks. Julian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blender.org/pipermail/spe-user/attachments/20040103/772bab55/attachment.htm