> This could not work because you use a Windows-Path here. You must use a > unix like path. To access your harddrive in cygwin you should use > > /cygdrive/c/work/jtools/thinclients/qooxdoo/qooxdoo-0.6.1-sdk
I will try your suggestion and let you know if it works... > $ python > import os > os.path.sep > See the output of python below... It is entirely possible that it's related to the version of python that I am using... The below output suggests os.path.sep = '/' (which should be correct) Python 2.4.3 (#1, May 18 2006, 07:40:45) [GCC 3.3.3 (cygwin special)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.path.sep '/' >>> ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
