Re: Find This Module

2007-07-05 Thread Peter Otten
[EMAIL PROTECTED] wrote: > I'm looking at the source for the module sre_compile.py and it does > this import: > > import _sre > > But I can't find a file related to _sre anywhere. Where is it? If you want the source code, have a look at http://svn.python.org/view/python/trunk/Modules/_sre.c

Re: Find This Module

2007-07-04 Thread Marc 'BlackJack' Rintsch
On Wed, 04 Jul 2007 20:00:07 +, [EMAIL PROTECTED] wrote: > I'm looking at the source for the module sre_compile.py and it does > this import: > > import _sre > > But I can't find a file related to _sre anywhere. Where is it? And > more generally, how does one find the location of a built i

Find This Module

2007-07-04 Thread [EMAIL PROTECTED]
I'm looking at the source for the module sre_compile.py and it does this import: import _sre But I can't find a file related to _sre anywhere. Where is it? And more generally, how does one find the location of a built in module? Thanks, Greg -- http://mail.python.org/mailman/listinfo/python

Re: where i can find this module

2006-08-03 Thread Simon Brunning
On 8/3/06, enas khalil <[EMAIL PROTECTED]> wrote: > first i want to subscribe on this list Go to . > i have a question , i run a script which uses module as follows > import ag > > but got the error : > > ImportError: No module named ag

where i can find this module

2006-08-03 Thread enas khalil
hello first i want to subscribe on this list   i have a question , i run a script which uses module as follows import sysimport agimport reimport getoptimport codecsimport timeimport os     but got the error :   ImportError: No module named ag   so where can i obtain this module thank