Super shady, looks like it's a hack in python to be win64 compatible.<div>Commenting that out did in fact do the trick, now onto the next error.  Will keep at it.</div><div><br></div><div>Thank you Zuzel</div><div><br>

<br><div class="gmail_quote">On Mon, Jan 30, 2012 at 3:26 PM, zuzel.vp <span dir="ltr"><<a href="mailto:zuzel.vp@gmail.com">zuzel.vp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

First time seeing that error with with the Image module but there<br>
seams to be some threads in google talking about it:<br>
<a href="http://goo.gl/PzDhj" target="_blank">http://goo.gl/PzDhj</a><br>
<div><div></div><div class="h5"><br>
On Mon, Jan 30, 2012 at 10:38 AM, Lucas Vickers <<a href="mailto:lucasvickers@gmail.com">lucasvickers@gmail.com</a>> wrote:<br>
> Hey guys,<br>
><br>
> Got this all to work except I get a memory error dealing with Image.  Please<br>
> take a look at the trace below and let me know if anyone has any ideas.<br>
><br>
> In the virtualenv if I type "python" "import Image", I do not get an error.<br>
><br>
> thanks!<br>
><br>
>  Traceback (most recent call last):<br>
>    File<br>
> "/home/django/.virtualenvs/lernanta/lib/python2.7/site-packages/django/core/handlers/wsgi.py",<br>
> line 250, in __call__<br>
>      self.load_middleware()<br>
>    File<br>
> "/home/django/.virtualenvs/lernanta/lib/python2.7/site-packages/django/core/handlers/base.py",<br>
> line 45, in load_middleware<br>
>      mod = import_module(mw_module)<br>
>    File<br>
> "/home/django/.virtualenvs/lernanta/lib/python2.7/site-packages/django/utils/importlib.py",<br>
> line 35, in import_module<br>
>      __import__(name)<br>
>    File "/home/django/lernanta/lernanta/apps/users/middleware.py", line 4,<br>
> in <module><br>
>      from users.models import UserProfile<br>
>    File "/home/django/lernanta/lernanta/apps/users/models.py", line 22, in<br>
> <module><br>
>      from drumbeat import storage<br>
>    File "/home/django/lernanta/lernanta/apps/drumbeat/storage.py", line 2,<br>
> in <module><br>
>      import Image<br>
>    File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 45, in<br>
> <module><br>
>      __import__("FixTk")<br>
>    File "/usr/lib/python2.7/lib-tk/FixTk.py", line 15, in <module><br>
>      import ctypes<br>
>    File "/usr/lib/python2.7/ctypes/__init__.py", line 549, in <module><br>
>      CFUNCTYPE(c_int)(lambda: None)<br>
>  MemoryError<br>
><br>
><br>
><br>
> On Fri, Jan 27, 2012 at 3:42 AM, Lucas Vickers <<a href="mailto:lucasvickers@gmail.com">lucasvickers@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Appears that I need to explicitlly tell the new virtualenvwrapper to use<br>
>> global packages.<br>
>><br>
>> also yes looks like the local l10n.  Thank you both!<br>
>><br>
>> Lucas<br>
>><br>
>><br>
>> On Mon, Jan 23, 2012 at 6:00 PM, zuzel.vp <<a href="mailto:zuzel.vp@gmail.com">zuzel.vp@gmail.com</a>> wrote:<br>
>>><br>
>>> Image is installed by running:<br>
>>><br>
>>> sudo apt-get install python-imaging<br>
>>><br>
>>> If it is installed in your system but the virtual env is ignoring<br>
>>> site-packages maybe you created the virtual env with the<br>
>>> --no-site-packages option: <a href="http://pastie.org/3239991" target="_blank">http://pastie.org/3239991</a>?<br>
>>><br>
>>> l10n.locals or<br>
>>> <a href="https://github.com/p2pu/lernanta/blob/master/lernanta/apps/l10n/locales.py" target="_blank">https://github.com/p2pu/lernanta/blob/master/lernanta/apps/l10n/locales.py</a>?<br>
>>><br>
>>> my pip freeze: <a href="http://pastie.org/3240007" target="_blank">http://pastie.org/3240007</a><br>
>>><br>
>>> --<br>
>>> Thanks,<br>
>>>    Zuzel<br>
>>><br>
>>> On Sun, Jan 22, 2012 at 11:27 PM, Lucas Vickers <<a href="mailto:lucasvickers@gmail.com">lucasvickers@gmail.com</a>><br>
>>> wrote:<br>
>>> > Hello,<br>
>>> ><br>
>>> > I couldn't find a searchable mailing list history so I apologize for<br>
>>> > potential repeat question.<br>
>>> ><br>
>>> > I am currently unable to find the package Image.  There are too many<br>
>>> > options<br>
>>> > for me to guess<br>
>>> >   File "/home/django/lernanta/lernanta/apps/drumbeat/storage.py", line<br>
>>> > 2, in<br>
>>> > <module><br>
>>> >     import Image<br>
>>> > ImportError: No module named Image<br>
>>> ><br>
>>> > I am also unable to find l10n.locals and had no luck guessing the<br>
>>> > package.<br>
>>> ><br>
>>> > I am on ubuntu and followed the<br>
>>> ><br>
>>> > instructions <a href="https://github.com/p2pu/lernanta/wiki/Lernanta%27s-Setup-Install" target="_blank">https://github.com/p2pu/lernanta/wiki/Lernanta%27s-Setup-Install</a>,<br>
>>> > which brings me to the question -- does anyone have a functional pip<br>
>>> > freeze<br>
>>> > file they could send my way to save me from tracking down each and<br>
>>> > every<br>
>>> > package?<br>
>>> ><br>
>>> > thanks!<br>
>>> > Lucas<br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > p2pu-dev mailing list<br>
>>> > <a href="mailto:p2pu-dev@lists.p2pu.org">p2pu-dev@lists.p2pu.org</a><br>
>>> > <a href="http://lists.p2pu.org/mailman/listinfo/p2pu-dev" target="_blank">http://lists.p2pu.org/mailman/listinfo/p2pu-dev</a><br>
>>> ><br>
>>> _______________________________________________<br>
>>> p2pu-dev mailing list<br>
>>> <a href="mailto:p2pu-dev@lists.p2pu.org">p2pu-dev@lists.p2pu.org</a><br>
>>> <a href="http://lists.p2pu.org/mailman/listinfo/p2pu-dev" target="_blank">http://lists.p2pu.org/mailman/listinfo/p2pu-dev</a><br>
>><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> p2pu-dev mailing list<br>
> <a href="mailto:p2pu-dev@lists.p2pu.org">p2pu-dev@lists.p2pu.org</a><br>
> <a href="http://lists.p2pu.org/mailman/listinfo/p2pu-dev" target="_blank">http://lists.p2pu.org/mailman/listinfo/p2pu-dev</a><br>
><br>
_______________________________________________<br>
p2pu-dev mailing list<br>
<a href="mailto:p2pu-dev@lists.p2pu.org">p2pu-dev@lists.p2pu.org</a><br>
<a href="http://lists.p2pu.org/mailman/listinfo/p2pu-dev" target="_blank">http://lists.p2pu.org/mailman/listinfo/p2pu-dev</a><br>
</div></div></blockquote></div><br></div>