Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] -X:Tracing argument problem?
2. [New issue] Create Chocolatey package for IronPython
3. [New issue] missing _meta attribute for django

----------------------------------------------

ISSUES

1. [New comment] -X:Tracing argument problem?
http://ironpython.codeplex.com/workitem/35469
User jdhardy has commented on the issue:

"<p>Fixed in c92aec2.</p>"-----------------

2. [New issue] Create Chocolatey package for IronPython
http://ironpython.codeplex.com/workitem/35619
User jdhardy has proposed the issue:

"Create a Chocolatey package for IronPython."-----------------

3. [New issue] missing _meta attribute for django
http://ironpython.codeplex.com/workitem/35620
User dsy73 has proposed the issue:

"Hello

Django does not work.

django-1.7-py2.7
ironpython 2.7.4 or 2.7.5.20

I execute:
ipy64.exe -X:FullFrames "%IRONPYTHONPATH%"\Scripts\django-admin.py startproject 
djtest
cd djtest
ipy64 -X:FullFrames manage.py runserver

I have this error: 
AttributeError: 'NoneType' object has no attribute '_meta'

Full stack
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\__init__.py", line 21, in 
setup
  File "C:\Program Files (x86)\IronPython 2.7\Lib\importlib\__init__.py", line 
37, in import_module
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\core\management\__init__.py", 
line 385, in execute_from_command_line
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\core\management\__init__.py", 
line 354, in execute
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\apps\registry.py", line 108, 
in populate
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\apps\config.py", line 197, in 
import_models
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\contrib\auth\models.py", line 
360, in <module>
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\db\models\base.py", line 253, 
in __new__
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\db\models\base.py", line 300, 
in add_to_class
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\db\models\fields\related.py", 
line 2244, in contribute_to_class
  File "C:\Program Files (x86)\IronPython 
2.7\lib\site-packages\django-1.7-py2.7.egg\django\db\models\fields\related.py", 
line 1168, in __set__
AttributeError: 'NoneType' object has no attribute '_meta'

Same error with the stable version 2.7.4 of IronPython before I read this issue 
35231."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to