Re: from string to raw string

2004-12-14 Thread Phd
Hi, I recently asked the same question, the response I got was that just use the string. There is no raw string object so the conversion doesn't exist. As far as I know, I haven't run into any problem Take a try. Please let me know if there is any problem with this approach. Good luck Dan Perl

Re: how can I import a module without using pythonpath?

2004-12-14 Thread Phd
Nice, thanks so much! Doug Holton wrote: Phd wrote: Hi, I'm using python 2.2, I want to import a module by referring to its relative location. The reason for this is that there is another module with the same name that's already in pythonpath( not my decision, but I got to work

how can I import a module without using pythonpath?

2004-12-14 Thread Phd
Hi, I'm using python 2.2, I want to import a module by referring to its relative location. The reason for this is that there is another module with the same name that's already in pythonpath( not my decision, but I got to work around it, bummer). So is there any easy way to do it? something lik

convert string to raw string?

2004-12-05 Thread Phd
Hi, I'm writing a regex related program that lets the user supplies the regex definition. Is there an easy way to convert a string into a raw string? Cheers -- http://mail.python.org/mailman/listinfo/python-list