importing the django package

View: New views
3 Messages — Rating Filter:   Alert me  

importing the django package

by Bert Heymans-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm coming by the pyamf dev list like I promised on google groups here:

http://groups.google.com/group/django-users/browse_frm/thread/c13f860842086b34/80e909099c3faa5d?lnk=st&q=python+amf+django#80e909099c3faa5d

Before writing this mail I decided to give it a go myself and took a
look at the code, saw the __import__ construction that Arnar
mentioned, did an svn update, reinstalled pyamf and notices importing
like I tried before works now.

I had to upgrade my setuptools before installing this time. I'm on a
Mac (OS X 10.4.11), default it has version setuptools-0.6c5, just
following the instructions at the cheeseshop worked fine.

I like the new solution for naming the module 'django' too, cool!

We're trying PyAMF in one of our current projects at the moment. I'll
let you know if we find something interesting or bump into a bug or
something.

Cheers everybody! Thanks!


Re: importing the django package

by lists-144 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bert,

thanks for sharing that and welcome to the list!

Thijs

On Nov 27, 2007, at 9:27 PM, Bert Heymans wrote:

> Hi,
>
> I'm coming by the pyamf dev list like I promised on google groups  
> here:
>
> http://groups.google.com/group/django-users/browse_frm/thread/ 
> c13f860842086b34/80e909099c3faa5d?lnk=st&q=python+amf
> +django#80e909099c3faa5d
>
> Before writing this mail I decided to give it a go myself and took a
> look at the code, saw the __import__ construction that Arnar
> mentioned, did an svn update, reinstalled pyamf and notices importing
> like I tried before works now.
>
> I had to upgrade my setuptools before installing this time. I'm on a
> Mac (OS X 10.4.11), default it has version setuptools-0.6c5, just
> following the instructions at the cheeseshop worked fine.
>
> I like the new solution for naming the module 'django' too, cool!
>
> We're trying PyAMF in one of our current projects at the moment. I'll
> let you know if we find something interesting or bump into a bug or
> something.
>
> Cheers everybody! Thanks!
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev



Re: importing the django package

by Nick Joyce :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Bert,

On Tue, 2007-11-27 at 21:27 +0100, Bert Heymans wrote:
Hi,

I'm coming by the pyamf dev list like I promised on google groups here:

http://groups.google.com/group/django-users/browse_frm/thread/c13f860842086b34/80e909099c3faa5d?lnk=st&q=python+amf+django#80e909099c3faa5d

Welcome!
Before writing this mail I decided to give it a go myself and took a
look at the code, saw the __import__ construction that Arnar
mentioned, did an svn update, reinstalled pyamf and notices importing
like I tried before works now.
Yeah, its quite a hack and may still be reverted, but so far appears to work quite well. Fresh off the press too, so good timing.

I had to upgrade my setuptools before installing this time. I'm on a
Mac (OS X 10.4.11), default it has version setuptools-0.6c5, just
following the instructions at the cheeseshop worked fine.
I'm not sure why the latest version of setuptools is required, we're not doing anything special. I'll look into that.

I like the new solution for naming the module 'django' too, cool!

We're trying PyAMF in one of our current projects at the moment. I'll
let you know if we find something interesting or bump into a bug or
something.
Robert Slotboom has started putting together a project with Django also and already noticed a few integration issues, which I'll be looking into shortly. I would be interested in your mileage.

Cheers everybody! Thanks!
_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev
Cheers,

Nick