Hi All,

I just found out the issue is about Mercurial on Mac OS X.

after I do the following statements, and it is working for me now!

1. In terminal, export this three vars
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8

2. Re-install the packages that came from Mercurial hg.

for example:
pip install -r
http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt


3. go to your project and rerun the server!!


4. done!



On Wed, Jan 11, 2012 at 11:18 PM, Webber H. Lin <[email protected]> wrote:

> I am google every packages need for running satchmo on mac, and I
> believe I am almost there to check satchmo by my browser.
>
> Please help me on this issue and thanks a lot!
>
> Here is the error I have:
>
> Wed, 11 Jan 2012 23:09:14 root         INFO     Satchmo Started
> Wed, 11 Jan 2012 23:09:14 root         INFO     Satchmo Started
> Wed, 11 Jan 2012 07:09:15 satchmo_check INFO     Checking your satchmo
> configuration.
> Checking your satchmo configuration.
> Using Django version 1.3.1
> Using Satchmo version 0.9.2-pre hg-unknown
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Satchmo: version
> 0.9.2-pre hg-unknown
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Django: version
> 1.3.1
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    The Python
> Cryptography Toolkit: version 2.4.1
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    The Python
> Cryptography Toolkit is imported but imp.find_module fails. Probably
> it is installed compressed, which is not problem but sometimes can be.
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Image: version 1.1.6
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Reportlab: version
> 2.5
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Tiny RML2PDF: version
> 1.0
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Registration: version
> 0.7
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Registration is
> imported but imp.find_module fails. Probably it is installed
> compressed, which is not problem but sometimes can be.
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    YAML: version 3.10
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    YAML is imported but
> imp.find_module fails. Probably it is installed compressed, which is
> not problem but sometimes can be.
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Sorl imaging library:
> version 3.2.5
> Not trusting file /Users/linwebber/Downloads/satchmo/satchmo/projects/
> simple/src/django-caching-app-plugins/.hg/hgrc from untrusted user
> root, group staff
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    App plugins: version
> 0.1.3.20110308 hg-6:b0e77d2243cb 2011-10-19
> Not trusting file /Users/linwebber/Downloads/satchmo/satchmo/projects/
> simple/src/django-livesettings/.hg/hgrc from untrusted user root,
> group staff
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Livesettings: version
> hg-66:a413c0205048 2011-12-24
> Not trusting file /Users/linwebber/Downloads/satchmo/satchmo/projects/
> simple/src/django-signals-ahoy/.hg/hgrc from untrusted user root,
> group staff
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Signals ahoy: version
> 0.1.3 hg-11:098009ab37f7 2011-12-24
> Not trusting file /Users/linwebber/Downloads/satchmo/satchmo/projects/
> simple/src/django-threaded-multihost/.hg/hgrc from untrusted user
> root, group staff
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Threaded multihost:
> version 1.4.1 hg-23:4aebd54035c8 2011-03-06
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Keyedcache: version
> 1.4-6
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Setuptools: version
> 0.6c12
> Wed, 11 Jan 2012 07:09:15 satchmo_check DEBUG    Mercurial: version
> (unknown)
> Wed, 11 Jan 2012 07:09:17 satchmo_check ERROR    Unable to resolve
> urls. Received error - ValueError: unknown locale: UTF-8
> Wed, 11 Jan 2012 07:09:17 satchmo_check DEBUG    Installation paths:
> Installation paths:
>  /Library/Python/2.7/site-packages : ['mercurial', 'sorl',
> 'trml2pdf']
>  /Library/Python/2.7/site-packages/Django-1.3.1-py2.7.egg :
> ['django']
>  /Library/Python/2.7/site-packages/PIL/Image.py : ['Image']
>  /Library/Python/2.7/site-packages/Satchmo-0.9.2-py2.7.egg : ['l10n',
> 'payment', 'product', 'satchmo_ext', 'satchmo_store', 'satchmo_utils',
> 'shipping', 'tax']
>  /Library/Python/2.7/site-packages/South-0.7.3-py2.7.egg : ['south']
>  /Library/Python/2.7/site-packages/django_keyedcache-1.4_6-
> py2.7.egg : ['keyedcache']
>  /Library/Python/2.7/site-packages/pip-1.0.2-py2.7.egg : ['pip']
>  /Library/Python/2.7/site-packages/reportlab-2.5-py2.7-macosx-10.7-
> intel.egg : ['reportlab']
>  /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/
> python : ['setuptools']
>  /Users/xxxx/Downloads/satchmo/satchmo/projects/simple/src/django-
> caching-app-plugins : ['app_plugins']
>  /Users/xxxx/Downloads/satchmo/satchmo/projects/simple/src/django-
> livesettings : ['livesettings']
>  /Users/xxxx/Downloads/satchmo/satchmo/projects/simple/src/django-
> signals-ahoy : ['signals_ahoy']
>  /Users/xxxx/Downloads/satchmo/satchmo/projects/simple/src/django-
> threaded-multihost : ['threaded_multihost']
> Wed, 11 Jan 2012 07:09:17 satchmo_check INFO
>
> Wed, 11 Jan 2012 07:09:17 satchmo_check INFO     The following errors
> were found:
> The following errors were found:
> Wed, 11 Jan 2012 07:09:17 satchmo_check INFO     Unable to resolve
> urls. Received error - ValueError: unknown locale: UTF-8
> Unable to resolve urls. Received error - ValueError: unknown locale:
> UTF-8
>



-- 
Best Regards,
Webber Lin

--------------------------------------------------------------
I don't know how but I believe Python will save
the world.
--------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to