Re: [Neo4j] neo4j.py install problems

2011-08-04 Thread Eddy
It doesn't have to be anything special, something similar to this
http://wsgi.org/wsgi/Middleware_and_Utilities  is enough and if something
hasn't been updated for a long time or a noticeable lack of support then we
can note it down.

Either just update the current wiki page
http://wiki.neo4j.org/content/Python or make it a sub-page of that




On Thu, Aug 4, 2011 at 1:28 PM, Peter Neubauer [via Neo4j Community
Discussions] ml-node+3224575-1279256527-340...@n3.nabble.com wrote:

 Good idea!

 Do you think we should put a section in the manual and list various
 bindings with their maturity, or just have a Wiki-page for that?

 Cheers,

 /peter neubauer

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 a href=http://www.neo4j.org http://www.neo4j.org   - Your
 high performance graph database.
 http://startupbootcamp.org/- Öresund - Innovation happens HERE.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



 On Wed, Aug 3, 2011 at 9:20 PM, Eddy [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3224575i=0
 wrote:

  Okay, cheers. I think the guys and girls at Neo4j need to list all these
  tools and their status in the wiki somewhere. I think neo4jrestclient and

  bulbflow are others that can be added.
 
 
  On Thu, Aug 4, 2011 at 2:14 AM, Aaron Moffatt [via Neo4j Community
  Discussions] [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=3224575i=1
 wrote:
 
  If you don't need Node Models, I did some work on bindings with
 similar
  syntax to the neo4j.py bindings.
 
  https://github.com/OneSaidWho/neo4py
 
 
  They work with version Neo4j 1.3, using JCC instead of JPype, so should
 be
  somewhat faster than the current bindings.  They might get you by until
  Jacob has some time :)
 
  Aaron
 
 
  On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson [hidden email]
 http://user/SendEmail.jtp?type=nodenode=3223244i=0
  wrote:
 
   Hey Eddy,
  
   sorry about the late reply, I'm on vacation, so I've been checking
 email
   rather sporadically.
  
   I'm not sure exactly what causes your problem, since we seem to have
 lost
 
   the nested exception at some point (presumably a java/jpype/python
  thing),
   but generally, what you are seeing is the under-the-hood database
 saying
  I
   can't create a database at that location. That could be because it
 does
   not
   have write access to the folder you give it, or that the folder does
 not
   exist. It could also be something more complicated, but make sure that

  the
   process this app runs in has write access, and that the folder exists,

   first.
  
   On the subject of the new neo4j.py bindings, I am currently assigned
 to
   them, and will be working on nothing but them until we get a release
 of
   them
   out. I on vacation this week, and will be travelling and moving next
 week
 
   (I
   will try to get some work done though). After the dust settles, I'll
 push
 
   hard to get a new version out.
  
   /Jacob
  
   On Sun, Jul 24, 2011 at 4:05 AM, Eddy [hidden email]
 http://user/SendEmail.jtp?type=nodenode=3223244i=1
  wrote:
  
Anyone?
   
Also whats the current status of neo4j.py? I read somewhere it was
  being
updated some time ago.
   
--
View this message in context:
   
  
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
Sent from the Neo4j Community Discussions mailing list archive at
Nabble.com.
___
Neo4j mailing list
[hidden email] 
 http://user/SendEmail.jtp?type=nodenode=3223244i=2
https://lists.neo4j.org/mailman/listinfo/user
   
  
  
  
   --
   Jacob Hansson
   Phone: +46 (0) 763503395
   Twitter: @jakewins
   ___
   Neo4j mailing list
   [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=3

   https://lists.neo4j.org/mailman/listinfo/user
  
  ___
  Neo4j mailing list
  [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=4
  https://lists.neo4j.org/mailman/listinfo/user
 
 
  --
   If you reply to this email, your message will be added to the
 discussion
  below:
 
 

 
 
 
 
  --
  View this message in context:
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3224364.html

  Sent from the Neo4j Community Discussions mailing list archive at
 Nabble.com.
  ___
  Neo4j mailing list
  [hidden email] http://user/SendEmail.jtp?type=nodenode=3224575i=2
  https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo4j mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=3224575i=3
 https://lists.neo4j.org/mailman/listinfo/user


 

Re: [Neo4j] neo4j.py install problems

2011-08-04 Thread Jim Webber
I'd add py2neo too.

Jim


On 4 Aug 2011, at 06:20, Eddy wrote:

 Okay, cheers. I think the guys and girls at Neo4j need to list all these
 tools and their status in the wiki somewhere. I think neo4jrestclient and
 bulbflow are others that can be added.
 
 
 On Thu, Aug 4, 2011 at 2:14 AM, Aaron Moffatt [via Neo4j Community
 Discussions] ml-node+3223244-294443037-340...@n3.nabble.com wrote:
 
 If you don't need Node Models, I did some work on bindings with similar
 syntax to the neo4j.py bindings.
 
 https://github.com/OneSaidWho/neo4py
 
 
 They work with version Neo4j 1.3, using JCC instead of JPype, so should be
 somewhat faster than the current bindings.  They might get you by until
 Jacob has some time :)
 
 Aaron
 
 
 On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3223244i=0
 wrote:
 
 Hey Eddy,
 
 sorry about the late reply, I'm on vacation, so I've been checking email
 rather sporadically.
 
 I'm not sure exactly what causes your problem, since we seem to have lost
 
 the nested exception at some point (presumably a java/jpype/python
 thing),
 but generally, what you are seeing is the under-the-hood database saying
 I
 can't create a database at that location. That could be because it does
 not
 have write access to the folder you give it, or that the folder does not
 exist. It could also be something more complicated, but make sure that
 the
 process this app runs in has write access, and that the folder exists,
 first.
 
 On the subject of the new neo4j.py bindings, I am currently assigned to
 them, and will be working on nothing but them until we get a release of
 them
 out. I on vacation this week, and will be travelling and moving next week
 
 (I
 will try to get some work done though). After the dust settles, I'll push
 
 hard to get a new version out.
 
 /Jacob
 
 On Sun, Jul 24, 2011 at 4:05 AM, Eddy [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3223244i=1
 wrote:
 
 Anyone?
 
 Also whats the current status of neo4j.py? I read somewhere it was
 being
 updated some time ago.
 
 --
 View this message in context:
 
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
 Sent from the Neo4j Community Discussions mailing list archive at
 Nabble.com.
 ___
 Neo4j mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=2
 https://lists.neo4j.org/mailman/listinfo/user
 
 
 
 
 --
 Jacob Hansson
 Phone: +46 (0) 763503395
 Twitter: @jakewins
 ___
 Neo4j mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=3
 https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo4j mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=4
 https://lists.neo4j.org/mailman/listinfo/user
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3223244.html
 To unsubscribe from neo4j.py install problems, click 
 herehttp://neo4j-community-discussions.438527.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3191386code=ZWRkeS5yZXNwb25kZWtAZ21haWwuY29tfDMxOTEzODZ8LTE4NjgwMDk1MA==.
 
 
 
 
 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3224364.html
 Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-08-04 Thread Eddy
You need administrator privileges to register someone so you'll have to add
me yourself. You can use my email address as my user name. Or you could open
it up to everyone to get some more community involvement happening.

But be warned I might start fixing a lot in the wiki - it's a bit broken in
a few places!


On Thu, Aug 4, 2011 at 1:41 PM, Peter Neubauer [via Neo4j Community
Discussions] ml-node+3224605-376410116-340...@n3.nabble.com wrote:

 Eddy,
 if it is the wiki, do you mind registering and just add it? You seem
 to have the best overview ...

 Cheers,

 /peter neubauer

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 a href=http://www.neo4j.org http://www.neo4j.org   - Your
 high performance graph database.
 http://startupbootcamp.org/- Öresund - Innovation happens HERE.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



 On Wed, Aug 3, 2011 at 11:38 PM, Eddy [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3224605i=0
 wrote:

  It doesn't have to be anything special, something similar to this
  http://wsgi.org/wsgi/Middleware_and_Utilities  is enough and if
 something
  hasn't been updated for a long time or a noticeable lack of support then
 we
  can note it down.
 
  Either just update the current wiki page
  http://wiki.neo4j.org/content/Python or make it a sub-page of that
 
 
 
 
  On Thu, Aug 4, 2011 at 1:28 PM, Peter Neubauer [via Neo4j Community
  Discussions] [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=3224605i=1
 wrote:
 
  Good idea!
 
  Do you think we should put a section in the manual and list various
  bindings with their maturity, or just have a Wiki-page for that?
 
  Cheers,
 
  /peter neubauer
 
  GTalk:  neubauer.peter
  Skype   peter.neubauer
  Phone   +46 704 106975
  LinkedIn   http://www.linkedin.com/in/neubauer
  Twitter  http://twitter.com/peterneubauer
 
  a href=http://www.neo4j.org http://www.neo4j.org   -
 Your
  high performance graph database.
  http://startupbootcamp.org/- Öresund - Innovation happens HERE.
  http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.

 
 
 
  On Wed, Aug 3, 2011 at 9:20 PM, Eddy [hidden email]
 http://user/SendEmail.jtp?type=nodenode=3224575i=0
  wrote:
 
   Okay, cheers. I think the guys and girls at Neo4j need to list all
 these
   tools and their status in the wiki somewhere. I think neo4jrestclient
 and
 
   bulbflow are others that can be added.
  
  
   On Thu, Aug 4, 2011 at 2:14 AM, Aaron Moffatt [via Neo4j Community
   Discussions] [hidden email]
 http://user/SendEmail.jtp?type=nodenode=3224575i=1
  wrote:
  
   If you don't need Node Models, I did some work on bindings with
  similar
   syntax to the neo4j.py bindings.
  
   https://github.com/OneSaidWho/neo4py
  
  
   They work with version Neo4j 1.3, using JCC instead of JPype, so
 should
  be
   somewhat faster than the current bindings.  They might get you by
 until
   Jacob has some time :)
  
   Aaron
  
  
   On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson [hidden email]
  http://user/SendEmail.jtp?type=nodenode=3223244i=0
   wrote:
  
Hey Eddy,
   
sorry about the late reply, I'm on vacation, so I've been checking
  email
rather sporadically.
   
I'm not sure exactly what causes your problem, since we seem to
 have
  lost
  
the nested exception at some point (presumably a java/jpype/python
   thing),
but generally, what you are seeing is the under-the-hood database
  saying
   I
can't create a database at that location. That could be because it

  does
not
have write access to the folder you give it, or that the folder
 does
  not
exist. It could also be something more complicated, but make sure
 that
 
   the
process this app runs in has write access, and that the folder
 exists,
 
first.
   
On the subject of the new neo4j.py bindings, I am currently
 assigned
  to
them, and will be working on nothing but them until we get a
 release
  of
them
out. I on vacation this week, and will be travelling and moving
 next
  week
  
(I
will try to get some work done though). After the dust settles,
 I'll
  push
  
hard to get a new version out.
   
/Jacob
   
On Sun, Jul 24, 2011 at 4:05 AM, Eddy [hidden email]
  http://user/SendEmail.jtp?type=nodenode=3223244i=1
   wrote:
   
 Anyone?

 Also whats the current status of neo4j.py? I read somewhere it
 was
   being
 updated some time ago.

 --
 View this message in context:

   
  
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
 Sent from the Neo4j Community Discussions mailing list archive at

 Nabble.com.
 ___
 Neo4j mailing list
 [hidden email] 
  

Re: [Neo4j] neo4j.py install problems

2011-08-04 Thread Anders Nawroth
Hi!

Sorry about that, something got wrong after the upgrade to the latest 
MediaWiki version last week. It should work now, could you verify that? 
(I just created a new user myself and could edit pages right after that.)

As Michael wrote, make sure to check what's in the Neo4j Manual as well 
http://docs.neo4j.org/chunked/snapshot/. In some cases fixing wiki 
pages means replacing the contents with a link to the corresponding 
content in the manual.


/anders

On 08/04/2011 11:35 AM, Eddy wrote:
 You need administrator privileges to register someone so you'll have to add
 me yourself. You can use my email address as my user name. Or you could open
 it up to everyone to get some more community involvement happening.

 But be warned I might start fixing a lot in the wiki - it's a bit broken in
 a few places!


 On Thu, Aug 4, 2011 at 1:41 PM, Peter Neubauer [via Neo4j Community
 Discussions]ml-node+3224605-376410116-340...@n3.nabble.com  wrote:

 Eddy,
 if it is the wiki, do you mind registering and just add it? You seem
 to have the best overview ...

 Cheers,

 /peter neubauer

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 a href=http://www.neo4j.org http://www.neo4j.org   - Your
 high performance graph database.
 http://startupbootcamp.org/- Öresund - Innovation happens HERE.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



 On Wed, Aug 3, 2011 at 11:38 PM, Eddy[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3224605i=0
 wrote:

 It doesn't have to be anything special, something similar to this
 http://wsgi.org/wsgi/Middleware_and_Utilities  is enough and if
 something
 hasn't been updated for a long time or a noticeable lack of support then
 we
 can note it down.

 Either just update the current wiki page
 http://wiki.neo4j.org/content/Python or make it a sub-page of that




 On Thu, Aug 4, 2011 at 1:28 PM, Peter Neubauer [via Neo4j Community
 Discussions][hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3224605i=1
 wrote:

 Good idea!

 Do you think we should put a section in the manual and list various
 bindings with their maturity, or just have a Wiki-page for that?

 Cheers,

 /peter neubauer

 GTalk:  neubauer.peter
 Skype   peter.neubauer
 Phone   +46 704 106975
 LinkedIn   http://www.linkedin.com/in/neubauer
 Twitter  http://twitter.com/peterneubauer

 a href=http://www.neo4j.org http://www.neo4j.org   -
 Your
 high performance graph database.
 http://startupbootcamp.org/- Öresund - Innovation happens HERE.
 http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.




 On Wed, Aug 3, 2011 at 9:20 PM, Eddy[hidden email]
 http://user/SendEmail.jtp?type=nodenode=3224575i=0
 wrote:

 Okay, cheers. I think the guys and girls at Neo4j need to list all
 these
 tools and their status in the wiki somewhere. I think neo4jrestclient
 and

 bulbflow are others that can be added.


 On Thu, Aug 4, 2011 at 2:14 AM, Aaron Moffatt [via Neo4j Community
 Discussions][hidden email]
 http://user/SendEmail.jtp?type=nodenode=3224575i=1
 wrote:

 If you don't need Node Models, I did some work on bindings with
 similar
 syntax to the neo4j.py bindings.

 https://github.com/OneSaidWho/neo4py


 They work with version Neo4j 1.3, using JCC instead of JPype, so
 should
 be
 somewhat faster than the current bindings.  They might get you by
 until
 Jacob has some time :)

 Aaron


 On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson[hidden email]
 http://user/SendEmail.jtp?type=nodenode=3223244i=0
 wrote:

 Hey Eddy,

 sorry about the late reply, I'm on vacation, so I've been checking
 email
 rather sporadically.

 I'm not sure exactly what causes your problem, since we seem to
 have
 lost

 the nested exception at some point (presumably a java/jpype/python
 thing),
 but generally, what you are seeing is the under-the-hood database
 saying
 I
 can't create a database at that location. That could be because it

 does
 not
 have write access to the folder you give it, or that the folder
 does
 not
 exist. It could also be something more complicated, but make sure
 that

 the
 process this app runs in has write access, and that the folder
 exists,

 first.

 On the subject of the new neo4j.py bindings, I am currently
 assigned
 to
 them, and will be working on nothing but them until we get a
 release
 of
 them
 out. I on vacation this week, and will be travelling and moving
 next
 week

 (I
 will try to get some work done though). After the dust settles,
 I'll
 push

 hard to get a new version out.

 /Jacob

 On Sun, Jul 24, 2011 at 4:05 AM, Eddy[hidden email]
 http://user/SendEmail.jtp?type=nodenode=3223244i=1
 wrote:

 Anyone?

 Also whats the current status of neo4j.py? I read somewhere it
 was
 being
 updated some time ago.

 --
 View this message in context:




 

Re: [Neo4j] neo4j.py install problems

2011-08-03 Thread Aaron Moffatt
If you don't need Node Models, I did some work on bindings with similar
syntax to the neo4j.py bindings.

https://github.com/OneSaidWho/neo4py


They work with version Neo4j 1.3, using JCC instead of JPype, so should be
somewhat faster than the current bindings.  They might get you by until
Jacob has some time :)

Aaron


On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson ja...@voltvoodoo.com wrote:

 Hey Eddy,

 sorry about the late reply, I'm on vacation, so I've been checking email
 rather sporadically.

 I'm not sure exactly what causes your problem, since we seem to have lost
 the nested exception at some point (presumably a java/jpype/python thing),
 but generally, what you are seeing is the under-the-hood database saying I
 can't create a database at that location. That could be because it does
 not
 have write access to the folder you give it, or that the folder does not
 exist. It could also be something more complicated, but make sure that the
 process this app runs in has write access, and that the folder exists,
 first.

 On the subject of the new neo4j.py bindings, I am currently assigned to
 them, and will be working on nothing but them until we get a release of
 them
 out. I on vacation this week, and will be travelling and moving next week
 (I
 will try to get some work done though). After the dust settles, I'll push
 hard to get a new version out.

 /Jacob

 On Sun, Jul 24, 2011 at 4:05 AM, Eddy eddy.respon...@gmail.com wrote:

  Anyone?
 
  Also whats the current status of neo4j.py? I read somewhere it was being
  updated some time ago.
 
  --
  View this message in context:
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
  Sent from the Neo4j Community Discussions mailing list archive at
  Nabble.com.
  ___
  Neo4j mailing list
  User@lists.neo4j.org
  https://lists.neo4j.org/mailman/listinfo/user
 



 --
 Jacob Hansson
 Phone: +46 (0) 763503395
 Twitter: @jakewins
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-08-03 Thread Eddy
Okay, cheers. I think the guys and girls at Neo4j need to list all these
tools and their status in the wiki somewhere. I think neo4jrestclient and
bulbflow are others that can be added.


On Thu, Aug 4, 2011 at 2:14 AM, Aaron Moffatt [via Neo4j Community
Discussions] ml-node+3223244-294443037-340...@n3.nabble.com wrote:

 If you don't need Node Models, I did some work on bindings with similar
 syntax to the neo4j.py bindings.

 https://github.com/OneSaidWho/neo4py


 They work with version Neo4j 1.3, using JCC instead of JPype, so should be
 somewhat faster than the current bindings.  They might get you by until
 Jacob has some time :)

 Aaron


 On Mon, Aug 1, 2011 at 11:24 AM, Jacob Hansson [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=3223244i=0
 wrote:

  Hey Eddy,
 
  sorry about the late reply, I'm on vacation, so I've been checking email
  rather sporadically.
 
  I'm not sure exactly what causes your problem, since we seem to have lost

  the nested exception at some point (presumably a java/jpype/python
 thing),
  but generally, what you are seeing is the under-the-hood database saying
 I
  can't create a database at that location. That could be because it does
  not
  have write access to the folder you give it, or that the folder does not
  exist. It could also be something more complicated, but make sure that
 the
  process this app runs in has write access, and that the folder exists,
  first.
 
  On the subject of the new neo4j.py bindings, I am currently assigned to
  them, and will be working on nothing but them until we get a release of
  them
  out. I on vacation this week, and will be travelling and moving next week

  (I
  will try to get some work done though). After the dust settles, I'll push

  hard to get a new version out.
 
  /Jacob
 
  On Sun, Jul 24, 2011 at 4:05 AM, Eddy [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=3223244i=1
 wrote:
 
   Anyone?
  
   Also whats the current status of neo4j.py? I read somewhere it was
 being
   updated some time ago.
  
   --
   View this message in context:
  
 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
   Sent from the Neo4j Community Discussions mailing list archive at
   Nabble.com.
   ___
   Neo4j mailing list
   [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=2
   https://lists.neo4j.org/mailman/listinfo/user
  
 
 
 
  --
  Jacob Hansson
  Phone: +46 (0) 763503395
  Twitter: @jakewins
  ___
  Neo4j mailing list
  [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=3
  https://lists.neo4j.org/mailman/listinfo/user
 
 ___
 Neo4j mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=3223244i=4
 https://lists.neo4j.org/mailman/listinfo/user


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3223244.html
  To unsubscribe from neo4j.py install problems, click 
 herehttp://neo4j-community-discussions.438527.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=3191386code=ZWRkeS5yZXNwb25kZWtAZ21haWwuY29tfDMxOTEzODZ8LTE4NjgwMDk1MA==.




--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3224364.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-08-01 Thread Jacob Hansson
Hey Eddy,

sorry about the late reply, I'm on vacation, so I've been checking email
rather sporadically.

I'm not sure exactly what causes your problem, since we seem to have lost
the nested exception at some point (presumably a java/jpype/python thing),
but generally, what you are seeing is the under-the-hood database saying I
can't create a database at that location. That could be because it does not
have write access to the folder you give it, or that the folder does not
exist. It could also be something more complicated, but make sure that the
process this app runs in has write access, and that the folder exists,
first.

On the subject of the new neo4j.py bindings, I am currently assigned to
them, and will be working on nothing but them until we get a release of them
out. I on vacation this week, and will be travelling and moving next week (I
will try to get some work done though). After the dust settles, I'll push
hard to get a new version out.

/Jacob

On Sun, Jul 24, 2011 at 4:05 AM, Eddy eddy.respon...@gmail.com wrote:

 Anyone?

 Also whats the current status of neo4j.py? I read somewhere it was being
 updated some time ago.

 --
 View this message in context:
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
 Sent from the Neo4j Community Discussions mailing list archive at
 Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user




-- 
Jacob Hansson
Phone: +46 (0) 763503395
Twitter: @jakewins
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-07-29 Thread Eddy
I hate to be a post bumper but... I'm still awaiting a solution for this.
Help please!

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3211257.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-07-24 Thread Eddy
Anyone?

Also whats the current status of neo4j.py? I read somewhere it was being
updated some time ago.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] neo4j.py install problems

2011-07-24 Thread Peter Neubauer
Eddy,
Jake is working on it right now, what is the state Jake?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Sun, Jul 24, 2011 at 11:05 AM, Eddy eddy.respon...@gmail.com wrote:
 Anyone?

 Also whats the current status of neo4j.py? I read somewhere it was being
 updated some time ago.

 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3194919.html
 Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] neo4j.py install problems

2011-07-22 Thread Eddy
I'm getting error after error trying to get neo4j.py working. Right now I'm
stuck at a problem that appears to be the same as this ticket 
https://trac.neo4j.org/ticket/275 https://trac.neo4j.org/ticket/275 . But it
doesn't actually say how to go about solving it.

I don't actually have to go back to an older version of Neo4j do I?

*Python:*
import os, sys, traceback
from neo4j import *

java_home = os.getenv(JAVA_HOME) #I registered JAVA_HOME but python
wouldn't pick it up so I added it manually
if(java_home == None):
os.environ[JAVA_HOME] = /usr/lib/jvm/java-6-openjdk

graphdb = GraphDatabase(/srv/neo4j/databases/graph.db,
classpath=[/usr/share/java/neo4j-kernel.jar], log=True)

*Error:*
[Fri Jul 22 20:19:12 2011] [info] [client 10.211.55.2] mod_wsgi (pid=1885,
process='', application='directory.private.com|'): Loading WSGI script
'/var/www/production/directory.private.com/start.wsgi'.
[Fri Jul 22 20:19:12 2011] [error]
/var/www/production/directory.private.com/lib/dispatch/core/wsgi.py:53:
SyntaxWarning: import * only allowed at module level
[Fri Jul 22 20:19:12 2011] [error]   def __call__(self, environ,
start_response):
[Fri Jul 22 20:19:12 2011] [error]
/usr/lib/pymodules/python2.6/jpype/_pykeywords.py:18: DeprecationWarning:
the sets module is deprecated
[Fri Jul 22 20:19:12 2011] [error]   import sets
[Fri Jul 22 20:19:12 2011] [info] mod_wsgi (pid=1899): Initializing Python.
[Fri Jul 22 20:19:12 2011] [info] mod_wsgi (pid=1899): Attach interpreter
''.
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] mod_wsgi (pid=1885):
Exception occurred processing WSGI script
'/var/www/production/directory.private.com/start.wsgi'.
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] Traceback (most
recent call last):
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/var/www/production/directory.private.com/lib/dispatch/core/wsgi.py, line
75, in __call__
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] graphdb =
GraphDatabase(/srv/neo4j/databases/graph.db,
classpath=[/usr/share/java/neo4j-kernel.jar], log=True)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/local/lib/python2.6/dist-packages/Neo4j.py-0.1_SNAPSHOT-py2.6.egg/neo4j/__init__.py,
line 522, in __new__
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] neo =
core.load_neo(resource_uri, params)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/local/lib/python2.6/dist-packages/Neo4j.py-0.1_SNAPSHOT-py2.6.egg/neo4j/_core.py,
line 332, in load_neo
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] return
load_neo(resource_uri, parameters)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/local/lib/python2.6/dist-packages/Neo4j.py-0.1_SNAPSHOT-py2.6.egg/neo4j/_core.py,
line 225, in load_neo
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] return
GraphDatabase(resource_uri, settings, config, log)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/local/lib/python2.6/dist-packages/Neo4j.py-0.1_SNAPSHOT-py2.6.egg/neo4j/_core.py,
line 230, in __init__
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] neo =
backend.load_neo(resource_uri, settings)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/local/lib/python2.6/dist-packages/Neo4j.py-0.1_SNAPSHOT-py2.6.egg/neo4j/_backend/__init__.py,
line 74, in load_neo
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2] return
impl(resource_uri, implementation.make_map(settings))
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]   File
/usr/lib/pymodules/python2.6/jpype/_jclass.py, line 79, in _javaInit
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]
self.__javaobject__ = self.__class__.__javaclass__.newClassInstance(*args)
[Fri Jul 22 20:19:12 2011] [error] [client 10.211.55.2]
java.lang.RuntimeExceptionPyRaisable:
org.neo4j.kernel.impl.transaction.TransactionFailureException: Could not
create data source [nioneodb], see nested exception for cause of error

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/neo4j-py-install-problems-tp3191386p3191386.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user