Re: error: psycopg requires a datetime module

2007-09-20 Thread [EMAIL PROTECTED]

I've got MacPorts installed, but when I try to run port install
py-psycopg2 I get this:

Error: Unable to execute port: ln: /opt/local/var/macports/sources/
rsync.macports.org/release/ports/python/py-psycopg2/work: Permission
denied

I'm the only admin/user on this machine so why are permissions denied?

Thanks,

J

On Sep 12, 4:57 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]>
wrote:
> On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> > I can't seem to get past this error. I just installed the latest
> > Python package and it didn't help. I've been trying to use Django and
> > Python for about a week first with MySQL (more errors/missing modules)
> > and now with PostgreSQL. I've tried setting this up on three different
> > OSX systems but with no luck on any of them--there's always something
> > missing and I can't complete the install. I don't know if anything is
> > worth this much hassle, does anyone using the Python framework ever
> > actually get anything accomplished besides hunting down missing
> > pieces?
>
> Without specifics - i.e., what you have installed, how you installed
> it, etc, its difficult to say for sure what the problem is.
>
> Personally, I can't say I've ever had much trouble setting up Django
> on OSX. I've always used Macports - when you say 'port install
> py-psycopg2', it finds out all the dependencies, downloads the
> required source code, compiles and installs. Set up your bashrc paths
> to point at the right locations, and you're off and running.
>
> Yours,
> Russ Magee %-)


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



Re: error: psycopg requires a datetime module

2007-09-12 Thread Kenneth Gonsalves


On 13-Sep-07, at 4:32 AM, [EMAIL PROTECTED] wrote:

> I can't seem to get past this error. I just installed the latest
> Python package and it didn't help. I've been trying to use Django and
> Python for about a week first with MySQL (more errors/missing modules)
> and now with PostgreSQL. I've tried setting this up on three different
> OSX systems but with no luck on any of them--there's always something
> missing and I can't complete the install. I don't know if anything is
> worth this much hassle, does anyone using the Python framework ever
> actually get anything accomplished besides hunting down missing
> pieces?

this used to happen to me around 2002 - not now. Anyway psycopg  
requires the egenix mxDateTime module in order to install

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



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



Re: error: psycopg requires a datetime module

2007-09-12 Thread Russell Keith-Magee

On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I can't seem to get past this error. I just installed the latest
> Python package and it didn't help. I've been trying to use Django and
> Python for about a week first with MySQL (more errors/missing modules)
> and now with PostgreSQL. I've tried setting this up on three different
> OSX systems but with no luck on any of them--there's always something
> missing and I can't complete the install. I don't know if anything is
> worth this much hassle, does anyone using the Python framework ever
> actually get anything accomplished besides hunting down missing
> pieces?

Without specifics - i.e., what you have installed, how you installed
it, etc, its difficult to say for sure what the problem is.

Personally, I can't say I've ever had much trouble setting up Django
on OSX. I've always used Macports - when you say 'port install
py-psycopg2', it finds out all the dependencies, downloads the
required source code, compiles and installs. Set up your bashrc paths
to point at the right locations, and you're off and running.

Yours,
Russ Magee %-)

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



Re: error: psycopg requires a datetime module

2007-09-12 Thread Collin Grady

If it's complaining about mxDateTime, you need to install that
separately - I do not think it is included in most python
distributions.

This isn't anything against python itself though - every piece of
software has pre-requisites, and you have to install them to use the
software :)


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



error: psycopg requires a datetime module

2007-09-12 Thread [EMAIL PROTECTED]

I can't seem to get past this error. I just installed the latest
Python package and it didn't help. I've been trying to use Django and
Python for about a week first with MySQL (more errors/missing modules)
and now with PostgreSQL. I've tried setting this up on three different
OSX systems but with no luck on any of them--there's always something
missing and I can't complete the install. I don't know if anything is
worth this much hassle, does anyone using the Python framework ever
actually get anything accomplished besides hunting down missing
pieces?

Regards,

Jason


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