-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV export/import function #8
Comments
Are you using the version currently on github? |
Sorry for the late reply! I used the compiled version on pysolo.net (1.0) I also installed Python 2.7 32 bits and:
in that order and tried to run the pysolo.py from the release on github and failed to start the software: I am new with Python so I don't know if I missed a step... Best! |
I installed the following packages: six, dateutil and pyparsing. C:\Data\EPFL\Datas\Fly project\Pysolo\pySolo-master>pysolo.py |
It seems in matplotlib 1.4.2 that class has moved. I've fix it in the developmental version; you should either you the github version or else you can fix it yourself by changing line 25 in the file C:\Data\EPFL\Datas\Fly project\Pysolo\pySolo-master\wxmpl.py Replace |
Hello,
When using the PySolo - Database window, I get an error when trying to import a CSV file (File "pysolo_dv.pyo", line 999 in OnImportFromCSV Attribute Error: 'DAMlist'object has no attribute 'append'
I get this error even if I create a database, export it in CSV, restart the software and import the CSV.
Platform win 8.1.
Best,
Andrea
The text was updated successfully, but these errors were encountered: