[ wxwindows-Bugs-1908779 ] PyCrust problem with GLOBALs

SourceForge.net noreply at sourceforge.net
Thu Mar 6 06:31:00 PST 2008


Bugs item #1908779, was opened at 2008-03-06 09:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1908779&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxPython specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ivan Savov (isavov)
Assigned to: Robin Dunn (robind)
Summary: PyCrust problem with GLOBALs

Initial Comment:
I think PyCrust is the greatest invention ever!

I am working on a simple script that parses a text file and splits it into a number of .html pages.


This is what I do:
>>> import os
>>> os.chdir("/Users/ivan/Projects/sec5/")
>>> execfile("splitter.py")
>>> a 

FREEZEAS! and top shows Python spinning at 100% cpu.

a is a global variable i want to use now to continue development... but the whole program freezes.

If I change "a" to be a local variable then the program runs fine but i can't access the data I need.


I think it might be one of the very useful features which explores the context.


Please let me know if I can help.

ivan.savov at gmail.com



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1908779&group_id=9863




More information about the wx-dev mailing list