Houman
Houman

Reputation: 66320

Django on Aptana Studio 3.0

When I try to create a new PyDev Django Project I get this error:

Error creating Django project.
settings.py file not created
Stdout:
Stderr:

Apparently this was meant to have been fixed in 2.5

But I still am experiencing it with the latest Aptana Studio 3.0. The PyDev plugin is version 2.5.02012031515

Any idea please?

Upvotes: 4

Views: 2535

Answers (1)

Houman
Houman

Reputation: 66320

I have found the problem. It is a bug in PyDev that is fixed in 2.5.0.2012040618

According to PyDev there is no way to update the plugins of Aptana Studio. So we are at their mercy to update it soon.

Latest Eclipse is using the latest PyDev mentioned above and it works fine.

UPDATE:

I have found the solution here: https://jira.appcelerator.org/browse/APSTUD-4759

It is indeed a bug in Aptana 3.1.1, which has been solved now in 3.1.2. I can confirm that this bug has now been solved in latest 3.1.2 stable version on Ubuntu 12.04

Upvotes: 1

Related Questions