Within STAX jobs, using both path.dirname( '/usr/local/filename' ) and
path.split(
'/usr/local/filename' )[0] evaluates to '\usr\local\filename' (according to
the machine which is executing the STAX job) causing any subsequent file
operations to fail, while using it in Python shell (Python 2.1) evaluates to
the desired value of '/usr/local' regardless of the executing machine. Why
is this difference and how can overcome this problem?
-- 
Ahmed Mostafa
0123919750
[EMAIL PROTECTED]
Software Engineer
IBM Egypt, Cairo Technology Development Center
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to