Hi, Try re-installing pycrypto with pip or easy install. Also can you use a Linux box instead of windows? Not trying to start an OS war, but it would run better and issues could be fixed faster.
Laszlo On Aug 22, 2012, at 7:16, Cameron <[email protected]> wrote: > Hi > > I have got an problem when trying to run satchmo and apache. > > I have installed satchmo following installation and all works fine running > python manage.py runserver. I was really impressed how smoothly this went! > > But I am having a problem when trying to run site through apache.... > > I am using Windows2008r2 running Apache2.2 with mod-wsgi. > > When I try and run site from browser I get the following error:- > Django Version: 1.4.1 > Exception Type: ImportError > Exception Value: > DLL load failed: A dynamic link library (DLL) initialization routine failed. > Exception Location: > C:\Python27\lib\site-packages\satchmo-0.9.3-py2.7.egg\payment\models.py in > <module>, line 6 > Python Executable: C:\Apache\bin\httpd.exe > Python Version: 2.7.3 > > The line this seems to be failing on is:- > from Crypto.Cipher import Blowfish > which is in > C:\Python27\lib\site-packages\satchmo-0.9.3-py2.7.egg\payment\models.py in > <module> > > If I comment this line out - the site works - except for the checkout - but I > am hopeful that once this is fixed that issue will also be fixed, but I will > deal with that later. > > I am making an assumption that this is an issue with pycrypto install?? > > I am not sure where to go from here, or what other info would be helpful in > solving this. > > Cheers > Cameron > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/satchmo-users/-/onSvlS20MGsJ. > 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. > -- 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.
