Python-spe-users digest, Vol 1 #30 - 4 msgs
python-spe-users-request-tdrK/[email protected] Mon, 28 Nov 2005 12:00:14 +0100
| Newsgroups | gmane.comp.python.spe.user |
|---|---|
| Message-ID | <[email protected]> |
Send Python-spe-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.berlios.de/mailman/listinfo/python-spe-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Python-spe-users digest..." _______________________________________________ http://pythonide.stani.be http://pythonide.stani.be/manual/html/manual.html http://pythonide.stani.be/blog/sm_donate _______________________________________________ Today's Topics: 1. Re: python.exe - application error (Lawrence Gray) 2. Re: python.exe - application error (SPE Stani's Python Editor) 3. error installing spe-0.8.0.a (Gregorius Gede Wiranarada) 4. Re: error installing spe-0.8.0.a (SPE Stani's Python Editor) --__--__-- Message: 1 Date: Sun, 27 Nov 2005 11:59:28 -0500 From: Lawrence Gray <lawrence.gray-F3m4/[email protected]> To: python-spe-users-tdrK/[email protected] Subject: Re: [spe-users] python.exe - application error Reply-To: [email protected] SPE Stani's Python Editor wrote: > Hi Gregor, > I'd say wait for SPE 0.8 which will probably released within a week. > If you are impatient check out subversion. SPE 0.8 is much more > stable. If you then still experience the same error, I would be very > happy to fix it, but then I need more information. Especially how to > reproduce the error. So let me know if it will be solved or not with > SPE 0.8... > Stani > > PS More info on SPE 0.8: http://pythonide.stani.be/blog > > On 11/25/05, *Gregorius Gede Wiranarada* <[email protected] > <mailto:[email protected]>> wrote: > > _______________________________________________ > http://pythonide.stani.be > http://pythonide.stani.be/manual/html/manual.html > <http://pythonide.stani.be/manual/html/manual.html> > http://pythonide.stani.be/blog/sm_donate > _______________________________________________ > hi, > > i've been learning to use the latest spe for 2 days. i am very new > to spe. > many times i experience this same error in a pop up window saying : > > python.exe - Application Error > The instruction at "0x0000281a" referenced memory at "0x0000281a". The > memory could not be "read". > Click OK to terminate the program. > Click CACNCEL to debug the program. > > does anybody know how to handle this? it's very annoying. btw, i > am using > win 2000 server. thx > > regards, > Gregor > > _______________________________________________________________________ > > Dibuka pendaftaran Program Magister dan Double Degree Pascasarjana > UAJY > (MM - MTF atau sebaliknya; M.Hum - MTF; M.Hum - MM; MTS. - MM). > Penerimaan mahasiswa setiap Mei, September dan Januari. > > > _______________________________________________ > Python-spe-users mailing list > [email protected] > <mailto:[email protected]> > http://lists.berlios.de/mailman/listinfo/python-spe-users > <http://lists.berlios.de/mailman/listinfo/python-spe-users> > > > > > -- > http://pythonide.stani.be > http://pythonide.stani.be/manual/html/manual.html > <http://pythonide.stani.be/manual/html/manual.html> I have waited for SPE0.8.0a, downloaded and installed the windows version and have the same problem I had with SPE0.7.5.f. When i try to activate wxGlade via Tools->Design a gui with wxGlade.., I get no response except the following errors Traceback (most recent call last): File "C:\Python24\lib\SITE-P~1\_spe\plugins\wxGlade\wxglade.py", line 148, in ? run_main() File "C:\Python24\lib\SITE-P~1\_spe\plugins\wxGlade\wxglade.py", line 135, in run_main import main File "C:\Python24\Lib\site-packages\_spe\plugins\wxGlade\main.py", line 9, in ? from wxPython.wx import * ImportError: No module named wx Also; when I try to run Tools->Design a GUI with XRC..., I get no response except for the following errors Traceback (most recent call last): File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\tools\XRCed\xrced.py", line 24, in ? from globals import * File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\tools\XRCed\globals.py" , line 7, in ? from wxPython.wx import * ImportError: No module named wx wxPython2.6.1 is installed and works in conjunction with other applications. Using Python 2.4.1 on XP-SP2 I have also experienced the same application error that Gregorius indicated, but I don't have the specifics at this moment. Any suggestions on how to proceed? *Thanks Lawrence Gray* --__--__-- Message: 2 Date: Sun, 27 Nov 2005 21:55:08 +0100 From: "SPE Stani's Python Editor" <[email protected]> To: python-spe-users-tdrK/[email protected] Subject: Re: [spe-users] python.exe - application error Reply-To: [email protected] ------=_Part_24816_16193762.1133124908301 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 1) Try to execute at the Python shell: >>> from wxPython.wx import * If this gives an error, then probably something is wrong with your wxPython installation or with your uninstallation of previous versions. So you bette= r ask this on the wxpython-user mailing list. SPE itself doesn't have this problem as it always uses 'import wx'. 2) wxGlade and XRCed are seperate tools from SPE. To proove that is not a problem of SPE you can try to go to: Windows Start Menu > Programs > WxPython2.6 Doc Demos and Tools > Resource Editor Does this start up? If it doesn't something is clearly wrong with your wxPython installation. This is XRCed that SPE also calls. Can you verify these two issues? Stani On 11/27/05, Lawrence Gray <lawrence.gray-F3m4/[email protected]> wrote: > > _______________________________________________ > http://pythonide.stani.be > http://pythonide.stani.be/manual/html/manual.html > http://pythonide.stani.be/blog/sm_donate_________________________________= ______________ > SPE Stani's Python Editor wrote: > > > Hi Gregor, > > I'd say wait for SPE 0.8 which will probably released within a week. > > If you are impatient check out subversion. SPE 0.8 is much more > > stable. If you then still experience the same error, I would be very > > happy to fix it, but then I need more information. Especially how to > > reproduce the error. So let me know if it will be solved or not with > > SPE 0.8... > > Stani > > > > PS More info on SPE 0.8: http://pythonide.stani.be/blog > > > > On 11/25/05, *Gregorius Gede Wiranarada* <[email protected] > > <mailto:[email protected]>> wrote: > > > > _______________________________________________ > > http://pythonide.stani.be > > http://pythonide.stani.be/manual/html/manual.html > > <http://pythonide.stani.be/manual/html/manual.html> > > http://pythonide.stani.be/blog/sm_donate > > _______________________________________________ > > hi, > > > > i've been learning to use the latest spe for 2 days. i am very new > > to spe. > > many times i experience this same error in a pop up window saying : > > > > python.exe - Application Error > > The instruction at "0x0000281a" referenced memory at "0x0000281a". > The > > memory could not be "read". > > Click OK to terminate the program. > > Click CACNCEL to debug the program. > > > > does anybody know how to handle this? it's very annoying. btw, i > > am using > > win 2000 server. thx > > > > regards, > > Gregor > > > > > _______________________________________________________________________ > > > > Dibuka pendaftaran Program Magister dan Double Degree Pascasarjana > > UAJY > > (MM - MTF atau sebaliknya; M.Hum - MTF; M.Hum - MM; MTS. - MM). > > Penerimaan mahasiswa setiap Mei, September dan Januari. > > > > > > _______________________________________________ > > Python-spe-users mailing list > > [email protected] > > <mailto:[email protected]> > > http://lists.berlios.de/mailman/listinfo/python-spe-users > > <http://lists.berlios.de/mailman/listinfo/python-spe-users> > > > > > > > > > > -- > > http://pythonide.stani.be > > http://pythonide.stani.be/manual/html/manual.html > > <http://pythonide.stani.be/manual/html/manual.html> > > I have waited for SPE0.8.0a, downloaded and installed the windows > version and have the same problem I had with SPE0.7.5.f. > > When i try to activate wxGlade via Tools->Design a gui with wxGlade.., I > get no response except the following errors > > Traceback (most recent call last): > File "C:\Python24\lib\SITE-P~1\_spe\plugins\wxGlade\wxglade.py", > line 148, in > ? > run_main() > File "C:\Python24\lib\SITE-P~1\_spe\plugins\wxGlade\wxglade.py", > line 135, in > run_main > import main > File "C:\Python24\Lib\site-packages\_spe\plugins\wxGlade\main.py", > line 9, in > ? > from wxPython.wx import * > ImportError: No module named wx > > > Also; when I try to run Tools->Design a GUI with XRC..., I get no > response except for the following errors > > Traceback (most recent call last): > File > "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\tools\XRCed\xrced.p= y > ", > line 24, in ? > from globals import * > File > "C:\Python24\Lib\site-packages\wx- > 2.6-msw-ansi\wx\tools\XRCed\globals.py" > , line 7, in ? > from wxPython.wx import * > ImportError: No module named wx > > > wxPython2.6.1 is installed and works in conjunction with other > applications. > Using Python 2.4.1 on XP-SP2 > > I have also experienced the same application error that Gregorius > indicated, but I don't have the specifics at this moment. > > Any suggestions on how to proceed? > > *Thanks Lawrence Gray* > _______________________________________________ > Python-spe-users mailing list > [email protected] > http://lists.berlios.de/mailman/listinfo/python-spe-users > -- http://pythonide.stani.be http://pythonide.stani.be/manual/html/manual.html ------=_Part_24816_16193762.1133124908301 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 1) Try to execute at the Python shell:<br> >>> from wxPython.wx import *<br> <br> If this gives an error, then probably something is wrong with your wxPython installation or with your uninstallation of previous versions. So you better ask this on the wxpython-user mailing list. SPE itself doesn't have this problem as it always uses 'import wx'. <br> <br> 2) wxGlade and XRCed are seperate tools from SPE. To proove that is not a p= roblem of SPE you can try to go to:<br> Windows Start Menu > Programs > WxPython2.6 Doc Demos and Tools > = Resource Editor<br> Does this start up? If it doesn't something is clearly wrong with your wxPy= thon installation. This is XRCed that SPE also calls.<br> <br> Can you verify these two issues?<br> <br> Stani<br><br><div><span class=3D"gmail_quote">On 11/27/05, <b class=3D"gmai= l_sendername">Lawrence Gray</b> <<a href=3D"mailto:lawrence.gray@netcom.= ca">lawrence.gray-F3m4/[email protected]</a>> wrote:</span><blockquote class=3D"gmail= _quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt= 0pt 0.8ex; padding-left: 1ex;"> _______________________________________________<br><a href=3D"http://python= ide.stani.be">http://pythonide.stani.be</a><br><a href=3D"http://pythonide.= stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/man= ual.html </a><br><a href=3D"http://pythonide.stani.be/blog/sm_donate">http://pythoni= de.stani.be/blog/sm_donate</a> ____________________________________________= ___<br>SPE Stani's Python Editor wrote:<br><br>> Hi Gregor,<br>> I'd = say wait for SPE=20 0.8 which will probably released within a week.<br>> If you are impatien= t check out subversion. SPE 0.8 is much more<br>> stable. If you then st= ill experience the same error, I would be very<br>> happy to fix it, but= then I need more information. Especially how to <br>> reproduce the error. So let me know if it will be solved or not wi= th<br>> SPE 0.8...<br>> Stani<br>><br>> PS More info on SPE 0.8= : <a href=3D"http://pythonide.stani.be/blog">http://pythonide.stani.be/blog </a><br>><br>> On 11/25/05, *Gregorius Gede Wiranarada* <<a href= =3D"mailto:[email protected]">[email protected]</a><br>> <m= ailto:<a href=3D"mailto:[email protected]">[email protected]</a>&= gt;> wrote: <br>><br>> __________________________________= _____________<br>> <a href=3D"http://pythonide.s= tani.be">http://pythonide.stani.be</a><br>> <a h= ref=3D"http://pythonide.stani.be/manual/html/manual.html">http://pythonide.= stani.be/manual/html/manual.html </a><br>> <<a href=3D"http://pythonide.stani.= be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.ht= ml</a>><br>> <a href=3D"http://pythonide.stan= i.be/blog/sm_donate">http://pythonide.stani.be/blog/sm_donate </a><br>> ______________________________________= _________<br>> hi,<br>><br>> &n= bsp; i've been learning to use the latest spe for 2 days. i am very n= ew<br>> to spe.<br>> = many times i experience this same error in a pop up window saying : <br>><br>> python.exe - Application Error<br>= > The instruction at "0x0000281a" refe= renced memory at "0x0000281a". The<br>>  = ; memory could not be "read".<br>> Cli= ck OK to terminate the program. <br>> Click CACNCEL to debug the program.<br>>= ;<br>> does anybody know how to handle this? it'= s very annoying. btw, i<br>> am using<br>>&nb= sp; win 2000 server. thx<br>><br>>  = ; regards,<br>> Gregor <br>><br>> __________________________________= _____________________________________<br>><br>> &nbs= p; Dibuka pendaftaran Program Magister dan Double Degree Pascasarjana<br>&g= t; UAJY<br>> (MM - MTF a= tau sebaliknya;=20 M.Hum - MTF; M.Hum - MM; MTS. - MM).<br>> Peneri= maan mahasiswa setiap Mei, September dan Januari.<br>><br>><br>>&n= bsp; _______________________________________________<br>&= gt; Python-spe-users mailing list <br>> <a href=3D"mailto:[email protected]= erlios.de">[email protected]</a><br>> &= nbsp; <mailto:<a href=3D"mailto:[email protected]">Pytho= [email protected]</a>><br> > <a href=3D"http://lists.berlios.de/mailman/lis= tinfo/python-spe-users">http://lists.berlios.de/mailman/listinfo/python-spe= -users</a><br>> <<a href=3D"http://lists.berl= ios.de/mailman/listinfo/python-spe-users"> http://lists.berlios.de/mailman/listinfo/python-spe-users</a>><br>><b= r>><br>><br>><br>> --<br>> <a href=3D"http://pythonide.stani= .be">http://pythonide.stani.be</a><br>> <a href=3D"http://pythonide.stan= i.be/manual/html/manual.html"> http://pythonide.stani.be/manual/html/manual.html</a><br>> <<a href= =3D"http://pythonide.stani.be/manual/html/manual.html">http://pythonide.sta= ni.be/manual/html/manual.html</a>><br><br>I have waited for SPE0.8.0a, d= ownloaded and installed the windows <br>version and have the same problem I had with SPE0.7.5.f.<br><br>When i = try to activate wxGlade via Tools->Design a gui with wxGlade.., I<br>get= no response except the following errors<br><br> Tra= ceback (most recent call last): <br> File "C:\Python24\lib\SITE-P~1= \_spe\plugins\wxGlade\wxglade.py",<br> line 148= , in<br> ?<br> &n= bsp; run_main()<br> File "C:\P= ython24\lib\SITE-P~1\_spe\plugins\wxGlade\wxglade.py",<br> line 135, in<br> run_main<br= > import main<br>  = ; File "C:\Python24\Lib\site-packages\_spe\plug= ins\wxGlade\main.py",<br> line 9, in<br> &= nbsp; ?<br> from = wxPython.wx import *<br> ImportError: No module name= d wx <br><br><br>Also; when I try to run Tools->Design a GUI with XRC..., I g= et no<br>response except for the following errors<br><br> = Traceback (most recent call last):<br> &= nbsp;File<br> "C:\Python24\Lib\site-packages\wx= - 2.6-msw-ansi\wx\tools\XRCed\xrced.py",<br> line= 24, in ?<br> from globals i= mport *<br> File<br> &n= bsp;"C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\tools\XRCed\glob= als.py"<br> , line 7, in ? <br> from wxPython.wx import= *<br> ImportError: No module named wx<br><br><br>wx= Python2.6.1 is installed and works in conjunction with other applications.<= br>Using Python 2.4.1 on XP-SP2<br><br>I have also experienced the same app= lication error that Gregorius <br>indicated, but I don't have the specifics at this moment.<br><br>Any su= ggestions on how to proceed?<br><br>*Thanks Lawrence Gray*<br>_____________= __________________________________<br>Python-spe-users mailing list<br> <a href=3D"mailto:[email protected]">Python-spe-users@lists= .berlios.de</a><br><a href=3D"http://lists.berlios.de/mailman/listinfo/pyth= on-spe-users">http://lists.berlios.de/mailman/listinfo/python-spe-users</a> <br></blockquote></div><br><br clear=3D"all"><br>-- <br><a href=3D"http://p= ythonide.stani.be">http://pythonide.stani.be</a><br><a href=3D"http://pytho= nide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/htm= l/manual.html </a> ------=_Part_24816_16193762.1133124908301-- --__--__-- Message: 3 From: "Gregorius Gede Wiranarada" <[email protected]> To: [email protected] Date: Mon, 28 Nov 2005 07:38:44 +0700 Subject: [spe-users] error installing spe-0.8.0.a Reply-To: [email protected] hi, i've tried to install the latest spe but at the end of the installation these following error messages showed up : Traceback (most recent call last): File "<string>", line 125, in ? ImportError: cannot import name INFO *** run_installscript: internal error 0xFFFFFFFF *** what could be wrong? those lines did not show up when i tried the former release. but then i tried to run spe.py.... it started well :) and then i tried those steps that produced python.exe - application error on the former release and still the same error rise again. here's those steps : 1. open a simple hello.py : import wx app = wx.PySimpleApp() frame = wx.Frame(None, -1, "Hello World") frame.Show(1) app.MainLoop() 2. run it with f9. the window showed up just fine. 3. close the window by clicking the X button 4. try to run the hello.py once again with f9.... but this time the window doesn't show up 5. press f9 again and again..... no window shows up 6. exit spe by file-exit...... it won't close 7. close spe by clicking it's X button produce the python.exe - application error the same thing also happen with other files. regards, Gregor _______________________________________________________________________ Dibuka pendaftaran Program Magister dan Double Degree Pascasarjana UAJY (MM - MTF atau sebaliknya; M.Hum - MTF; M.Hum - MM; MTS. - MM). Penerimaan mahasiswa setiap Mei, September dan Januari. --__--__-- Message: 4 Date: Mon, 28 Nov 2005 08:58:58 +0100 From: "SPE Stani's Python Editor" <[email protected]> To: python-spe-users-tdrK/[email protected] Subject: Re: [spe-users] error installing spe-0.8.0.a Reply-To: [email protected] ------=_Part_30852_17999362.1133164738755 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 11/28/05, Gregorius Gede Wiranarada <[email protected]> wrote: > > > hi, > i've tried to install the latest spe but at the end of the installation > these following error messages showed up : > > Traceback (most recent call last): > File "<string>", line 125, in ? > ImportError: cannot import name INFO > *** run_installscript: internal error 0xFFFFFFFF *** > > what could be wrong? those lines did not show up when i tried the former > release. but then i tried to run spe.py.... it started well :) Sorry, this is a bug, it's fixed for next release (available tomorrow probably). and then i tried those steps that produced python.exe - application error o= n > the former release and still the same error rise again. here's those step= s > : > > 1. open a simple hello.py : > > import wx > app =3D wx.PySimpleApp() > frame =3D wx.Frame(None, -1, "Hello World") > frame.Show(1) > app.MainLoop() > > 2. run it with f9. the window showed up just fine. > 3. close the window by clicking the X button > 4. try to run the hello.py once again with f9.... but this time the windo= w > doesn't show up > 5. press f9 again and again..... no window shows up > 6. exit spe by file-exit...... it won't close > 7. close spe by clicking it's X button produce the python.exe - > application > error Please read the manual (why do I write it?), section 1.4 running files: http://pythonide.stani.be/manual/html/manual3.html Run with F9 is only for small code snippets, never for complex programs, infinite loops, threaded or wx programs. Use 'run with terminal emulator' (Ctrl+F9) instead or 'debug with winpdb' (Ctrl+D), if you want introspection. So never even try to run a wx application through F9. the same thing also happen with other files. Same comment. Stani ------=_Part_30852_17999362.1133164738755 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline <br><br><div><span class=3D"gmail_quote">On 11/28/05, <b class=3D"gmail_sen= dername">Gregorius Gede Wiranarada</b> <<a href=3D"mailto:[email protected]= jy.ac.id">[email protected]</a>> wrote:</span><blockquote class=3D"= gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0p= t 0pt 0pt 0.8ex; padding-left: 1ex;"> <br>hi,<br>i've tried to install the latest spe but at the end of the insta= llation<br>these following error messages showed up :<br><br>Traceback (mos= t recent call last):<br> File "<string>", line 125, in ? <br>ImportError: cannot import name INFO<br>*** run_installscript: internal= error 0xFFFFFFFF ***<br><br>what could be wrong? those lines did not show = up when i tried the former<br>release. but then i tried to run spe.py... . it started well :)</blockquote><div><br> Sorry, this is a bug, it's fixed for next release (available tomorrow proba= bly).<br> </div><br><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid= rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">and the= n i tried those steps that produced python.exe - application error on<br>th= e former release and still the same error rise again. here's those steps : <br><br>1. open a simple hello.py :<br><br>import wx<br>app =3D wx.PySimple= App()<br>frame =3D wx.Frame(None, -1, "Hello World")<br>frame.Sho= w(1)<br>app.MainLoop()<br><br>2. run it with f9. the window showed up just = fine. <br>3. close the window by clicking the X button<br>4. try to run the hello= .py once again with f9.... but this time the window<br>doesn't show up<br>5= . press f9 again and again..... no window shows up<br>6. exit spe by file-e= xit...... it won't close <br>7. close spe by clicking it's X button produce the python.exe - applica= tion<br>error</blockquote><div><br> <br> Please read the manual (why do I write it?), section 1.4 running files:<br> <a href=3D"http://pythonide.stani.be/manual/html/manual3.html">http://pytho= nide.stani.be/manual/html/manual3.html</a><br> <br> Run with F9 is only for small code snippets, never for complex programs, infinite loops, threaded or wx programs. Use 'run with terminal emulator' (Ctrl+F9) instead or 'debug with winpdb' (Ctrl+D), if you want introspection. <br> <br> So never even try to run a wx application through F9. </div><br><block= quote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 2= 04); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">the same thing also hap= pen with other files. </blockquote><div><br> Same comment. <br> </div><br> <div> Stani<br> </div></div> ------=_Part_30852_17999362.1133164738755-- --__--__-- _______________________________________________ Python-spe-users mailing list [email protected] http://lists.berlios.de/mailman/listinfo/python-spe-users End of Python-spe-users Digest