Hi,
I have an application that embeds the Python interpreter. My users have
access to the interpreter through a console like window and they can run
Python scripts. For my application I use some Python modules (say module
Restricted) that I don't want to give my users access to. However, the
m
Thanks for the clarification. I never ran into this before although I
have been working with Python for over 8 years. Good to learn something
new.
Cheers,
Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Duncan,
thanks for your quick reply. I guess I should have included the output.
I thought I was clear in the error description.
The problem is that I never assign to 'string'. I only reference it (as
the error message correctly states). If you comment out the import
statement in the except clause
Hi,
I have been using Python for a while but today I came across a really
strange behavior:
While poking around in Queue.py due to problems with importing this
module from a thread I got an error that a module that I imported on
top of the file could not be accessed. I reduced the problem to this