Sharan Basappa wrote:
> Is there a specific location where user defined modules
> need to be kept?
My advice is that any location is a good location so long as
the location you chose is _not_ a part of the PythonXY
directory tree.
For example, on a windoze machine (and in Python2.x at
On 5 Jun 2018 09:32, Steven D'Aprano
wrote:
On Mon, 04 Jun 2018 20:13:32 -0700, Sharan Basappa wrote:
> Is there a specific location where user defined modules need to be kept?
> If not, do we need to specify search location so that Python interpreter
> can find it?
Python m
On Mon, 04 Jun 2018 20:13:32 -0700, Sharan Basappa wrote:
> Is there a specific location where user defined modules need to be kept?
> If not, do we need to specify search location so that Python interpreter
> can find it?
Python modules used as scripts can be run from anywhere, by poi
Is there a specific location where user defined modules need to be kept?
If not, do we need to specify search location so that Python interpreter can
find it?
Also, when does Python interpreter compile the module code?
When it is imported?
--
https://mail.python.org/mailman/listinfo/python-list
Gregor Stich wrote:
> Dear all,
>
> I hope my question is here in the right place...
> What I want to achieve is a communication between Java and Python. We
> have a pretty strong framework of existing python scripts and modules.
> Now I want to use jython in order to faciliate the communication
Dear all,
I hope my question is here in the right place...
What I want to achieve is a communication between Java and Python. We
have a pretty strong framework of existing python scripts and modules.
Now I want to use jython in order to faciliate the communication
between another Java framework.
groves wrote:
> Can anybody give me an example of how to import a function of module X
> in module y. And please if yu can use classes(Object oriented approach)
> would be great.
>
> The problem is that I have created a text on canvas, and now I want
> that whenever a user right clicks on it, the
groves wrote:
> Can anybody give me an example of how to import a function of module X
> in module y. And please if yu can use classes(Object oriented approach)
> would be great.
>
> The problem is that I have created a text on canvas, and now I want
> that whenever a user right clicks on it, the o
Can anybody give me an example of how to import a function of module X
in module y. And please if yu can use classes(Object oriented approach)
would be great.
The problem is that I have created a text on canvas, and now I want
that whenever a user right clicks on it, the option COMMAND should
invo
Can anybody give me an example of how to import a function of module X
in module y. And please if yu can use classes(Object oriented approach)
would be great.
The problem is that I have created a text on canvas, and now I want
that whenever a user right clicks on it, the option COMMAND should
invo
Thomas Guettler, your solution was very impractical besides being ignorant of
my problem. Thanks for trying nonetheless.
Andrew Clover, that is exactly what I was looking for. A few examples would
have been nice, but I think I can manage from here.
Thanks you.
--
http://mail.python.org/mail
Walter Brunswick <[EMAIL PROTECTED]> wrote:
> I need to import modules with user-defined file extensions
> that differ from '.py', and also (if possible) redirect the
> bytecode output of the file to a file of a user-defined
> extension.
You shouldn't really need a PEP for that; you can take cont
Am Sun, 24 Jul 2005 13:12:04 -0400 schrieb Walter Brunswick:
> I need to import modules with user-defined file extensions that differ from
> '.py', and also (if possible) redirect the bytecode
> output of the file to a file of a user-defined extension.
> I've already read PEP 302 (http://www.pyt
Walter Brunswick wrote:
I need to import modules with user-defined file extensions that differ from '.py', and also (if possible) redirect the bytecode
output of the file to a file of a user-defined extension.
I've already read PEP 302 (http://www.python.org/peps/pep-0302.html), but I didn't full
I need to import modules with user-defined file extensions that differ from
'.py', and also (if possible) redirect the bytecode
output of the file to a file of a user-defined extension.
I've already read PEP 302 (http://www.python.org/peps/pep-0302.html), but I
didn't fully understand it. Would
15 matches
Mail list logo