You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's what happens when I try to run menotexport:
First, I have to manually install pdfminer.six and bs4
Then, when I run it:
`(menotexport) Cu-Chulainn:Menotexport-master holtdwyer$ python menotexport.py -pmnrz ~/Documents/mendeley_backups/backupSlot4/holtdwyer@[email protected] ~/Documents/menotexport_attempt
/Users/holtdwyer/opt/anaconda3/envs/menotexport/lib/python2.7/site-packages/pdfminer/init.py:20: UserWarning: On January 1st, 2020, pdfminer.six will stop supporting Python 2. Please upgrade to Python 3. For more information see pdfminer/pdfminer.six#194
warnings.warn('On January 1st, 2020, pdfminer.six will stop supporting Python 2. Please upgrade to Python 3. For '
------------------------------------------------------------------
# <Menotexport>: No annotations found in folder: basic_to_read
------------------------------------------------------------------
# <Menotexport>: Exporting un-annotated PDFs ...
------------------------------------------------------------------
# <Menotexport>: Exporting meta-data and annotations to .ris
file...
Traceback (most recent call last):
File "menotexport.py", line 1672, in
args.separate,args.zotero,args.verbose)
File "menotexport.py", line 1495, in main
separate,iszotero,verbose)
File "menotexport.py", line 1276, in processDocs
risfolder,allfolders,isfile,iszotero,iskeyword,verbose)
File "/Users/holtdwyer/Downloads/Menotexport-master/lib/export2ris.py", line 298, in exportDoc2Ris
risdata=parseMeta(docii,basedir,folder,isfile,iszotero,iskeyword)
UnboundLocalError: local variable 'folder' referenced before assignment`
In short, it seems to break on the first folder due to a variable declaration issue.
The text was updated successfully, but these errors were encountered:
Here's what happens when I try to run menotexport:
First, I have to manually install pdfminer.six and bs4
Then, when I run it:
`(menotexport) Cu-Chulainn:Menotexport-master holtdwyer$ python menotexport.py -pmnrz ~/Documents/mendeley_backups/backupSlot4/holtdwyer@[email protected] ~/Documents/menotexport_attempt
/Users/holtdwyer/opt/anaconda3/envs/menotexport/lib/python2.7/site-packages/pdfminer/init.py:20: UserWarning: On January 1st, 2020, pdfminer.six will stop supporting Python 2. Please upgrade to Python 3. For more information see pdfminer/pdfminer.six#194
warnings.warn('On January 1st, 2020, pdfminer.six will stop supporting Python 2. Please upgrade to Python 3. For '
======================================================================
: Connected to database:
================================ 1/38 ================================
: Processing folder: "basic_to_read"
Traceback (most recent call last):
File "menotexport.py", line 1672, in
args.separate,args.zotero,args.verbose)
File "menotexport.py", line 1495, in main
separate,iszotero,verbose)
File "menotexport.py", line 1276, in processDocs
risfolder,allfolders,isfile,iszotero,iskeyword,verbose)
File "/Users/holtdwyer/Downloads/Menotexport-master/lib/export2ris.py", line 298, in exportDoc2Ris
risdata=parseMeta(docii,basedir,folder,isfile,iszotero,iskeyword)
UnboundLocalError: local variable 'folder' referenced before assignment`
In short, it seems to break on the first folder due to a variable declaration issue.
The text was updated successfully, but these errors were encountered: