hi
It seems you forgot to escape the escape character in the file names ('\'):
"C:\Users\inshu.chauhan\Desktop\test.arff"
=> r"C:\Users\inshu.chauhan\Desktop\test.arff"
or
=> "C:\\Users\\inshu.chauhan\\Desktop\\test.arff"
++
Thomas
2013/2/19 inshu chauhan
> Here is my attempt to merge 10 files
Hi,
Do you run Python in the same terminal than where you run the export
command ?
++
Thomas
2013/2/19
> My guess would be /home/matt/bin - note the leading slash.
> >
> >
> >
> > ChrisA
>
> correct. and in the home directory i run export
> PYTHONPATH=${PYTHONPATH}:/home/matt/bin and have had
Hi,
For the context, I'm working on Pelix (https://github.com/tcalmant/ipopo),
a service-oriented architecture framework (in GPLv3), inspired by OSGi
(from the Java world).
It runs on Python >= 2.6 (with the backport of importlib) and Python 3.1
(not tested upon this version).
It considers Python