I have been having a heck of a time getting PyCharm to play nicely with 
Mezzanine. When I try to get PyCharm to install Mezzanine after a project 
import, I get this:

*Error occurred when installing packages.*

*The following command was executed:*

*packaging_tool.py install --build-dir 
/private/var/folders/v2/tzl9js915hn6nvxqd5qdkgsm0000gn/T/pycharm-packaging7417807508859033420.tmp
 
Mezzanine==3.1.5*

*The error output of the command:*


*Downloading/unpacking Mezzanine==3.1.5*
*  Running setup.py egg_info for package Mezzanine*
    
*    warning: no previously-included files matching '*' found under 
directory 'docs/build'*
*    warning: no previously-included files matching '*' found under 
directory '*/project_template/static'*
*Cleaning up...*
*Exception:*
*Traceback (most recent call last):*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/basecommand.py",
 
line 134, in main*
*    status = self.run(options, args)*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/commands/install.py",
 
line 236, in run*
*    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py",
 
line 1139, in prepare_files*
*    req_to_install.assert_source_matches_version()*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py",
 
line 394, in assert_source_matches_version*
*    version = self.installed_version*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py",
 
line 390, in installed_version*
*    return self.pkg_info()['version']*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py",
 
line 357, in pkg_info*
*    data = self.egg_info_data('PKG-INFO')*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pip-1.4.1-py3.3.egg/pip/req.py",
 
line 297, in egg_info_data*
*    data = fp.read()*
*  File 
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/encodings/ascii.py",
 
line 26, in decode*
*    return codecs.ascii_decode(input, self.errors)[0]*
*UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 
16373: ordinal not in range(128)*


I know this may not be the best place to ask, but I thought I would see if 
this made sense to anyone and/or if anyone can share their experiences 
importing a Mezzanine codebase into PyCharm.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to