Duplicating Modules
- From: "Misto ." <mistobaan@xxxxxxxxx>
- Date: Fri, 30 Sep 2005 19:52:56 +0200
Hi folks!
Short:
There is a way to dumplicate a module ?
I tried
copy.deepcopy(module) but hangs with an error (also with standard modules )..
The only solution that I have by now is creating two files and importing them.
I.E:
> cp module.py module1.py
>> import module
>> import module1
Any Ideas?
P.S: I know that there is some design Issue here, but my boss says no :)
Misto
.
- Follow-Ups:
- Re: Duplicating Modules
- From: kimes
- Re: Duplicating Modules
- Prev by Date: Re: what does 0 mean in MyApp(0)
- Next by Date: Sybase Python WinXP
- Previous by thread: 2.4.2 compilation
- Next by thread: Re: Duplicating Modules
- Index(es):