openedx/edx-submissions

[error]When I run python setup.py install

echanna opened this issue · 3 comments

running install
running bdist_egg
running egg_info
creating edx_submissions.egg-info
writing requirements to edx_submissions.egg-info\requires.txt
writing edx_submissions.egg-info\PKG-INFO
writing top-level names to edx_submissions.egg-info\top_level.txt
writing dependency_links to edx_submissions.egg-info\dependency_links.txt
writing manifest file 'edx_submissions.egg-info\SOURCES.txt'
reading manifest file 'edx_submissions.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'edx_submissions.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\submissions
copying submissions\admin.py -> build\lib\submissions
copying submissions\api.py -> build\lib\submissions
copying submissions\models.py -> build\lib\submissions
copying submissions\serializers.py -> build\lib\submissions
copying submissions\urls.py -> build\lib\submissions
copying submissions\views.py -> build\lib\submissions
copying submissions__init__.py -> build\lib\submissions
creating build\lib\submissions\migrations
copying submissions\migrations\0001_initial.py -> build\lib\submissions\migrations
copying submissions\migrations\0002_auto__add_scoresummary.py -> build\lib\submissions\migrations
error: can't copy 'submissions\migrations\0003_auto__del_field_submission_answer__add_field_submission_raw_answer.py': doesn't exist or not a regular file

I'm not able to reproduce this issue with version 0.0.6, so I'm going to close it. @echanna If you're still seeing this, could you please re-open the issue with (a) the exact command you ran to install the package, and (b) your operating system and Python versions. Thanks!

Hello Will,

Thanks for replying. At this point I cannot remember too much. I think at the time I was trying to do this problem on Windows. However now I have even started using the submission API towards a Django app for grading an assignment. The work you are doing is good. I am at the part where the grades need to be submitted to the EDX platform. I would like to know more about that process. This part seems tricky at most. Thanks.

Regards,

Edward Hanna


From: Will Daly notifications@github.com
Sent: August 9, 2014 8:53 AM
To: edx/edx-submissions
Cc: Edward Charles Elio Hanna
Subject: Re: [edx-submissions] [error]When I run python setup.py install (#4)

I'm not able to reproduce this issue with version 0.0.6, so I'm going to close it. @echannahttps://github.com/echanna If you're still seeing this, could you please re-open the issue with (a) the exact command you ran to install the package, and (b) your operating system and Python versions. Thanks!

Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-51685827.