[PD] get patch path

2007-04-12 Thread Patco
I tried the python os.getcwd() function but it outputs path names with '' instead of '/'. (Anyway the py external has problems i don't understand right now, it works when i run it with double-clicking on the patch but give me 'AttributeErrors' when I open the patch or create the py object

Re: [PD] get patch path

2007-04-12 Thread Roman Haefeli
[getdir] (external) by Hans-Christoph Steiner On Thu, 2007-04-12 at 12:23 +0200, Patco wrote: I tried the python os.getcwd() function but it outputs path names with '' instead of '/'. (Anyway the py external has problems i don't understand right now, it works when i run it with

Re: [PD] get patch path

2007-04-12 Thread Hans-Christoph Steiner
Actually, by Günter Geiger. But yes... .hc On Apr 12, 2007, at 6:52 AM, Roman Haefeli wrote: [getdir] (external) by Hans-Christoph Steiner On Thu, 2007-04-12 at 12:23 +0200, Patco wrote: I tried the python os.getcwd() function but it outputs path names with '' instead of '/'.