Replies: 1 comment 2 replies
-
Thank you for letting me know. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can open a survey file in QC v. 3.5 but cannot do this in the mastercode (pre 3.6 release). Here is the error message. Is anyone else having this problem.
File "C:\Users\tuq68878\Downloads\QualCoder-master\qualcoder_main_.py", line 1628, in import_survey
ui = DialogImportSurvey(self.app, self.ui.textEdit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tuq68878\Downloads\QualCoder-master\qualcoder\import_survey.py", line 100, in init
self.select_file()
File "C:\Users\tuq68878\Downloads\QualCoder-master\qualcoder\import_survey.py", line 129, in select_file
copyfile(self.filepath, destination)
File "C:\Users\tuq68878\AppData\Local\Programs\Python\Python311\Lib\shutil.py", line 258, in copyfile
with open(dst, 'wb') as fdst:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:/documents/TU SW Print and Electronic for qc 1 10.2024.csv'
Beta Was this translation helpful? Give feedback.
All reactions