[web2py] Re: pygraphviz library not found (site5 webhosting)

2015-04-13 Thread Ron Chatterjee
Was referring to this link: https://groups.google.com/forum/#!searchin/web2py/reply$20to$20post/web2py/2CsGmWcMX1U/43TPqTiYLqUJ On Monday, April 13, 2015 at 8:02:02 PM UTC-4, Ron Chatterjee wrote: > > I understand. Getting it imported is the hard part. But its not a web2py > issue. On a separat

[web2py] Re: pygraphviz library not found (site5 webhosting)

2015-04-13 Thread Ron Chatterjee
I understand. Getting it imported is the hard part. But its not a web2py issue. On a separate note, do you know why the link to the plugin for threaded comment is not found? I am trying to get something going similar to: http://martinfitzpatrick.name/article/django-threaded-comments/ It also

[web2py] Re: pygraphviz library not found (site5 webhosting)

2015-04-13 Thread Niphlod
code in appadmin is pretty straightforward. If you have pygraphviz importable it worksif not, it displays the message "pygraphviz library not found". On Monday, April 13, 2015 at 10:43:36 PM UTC+2, Ron Chatterjee wrote: > > I have the same problem. I am using source. Is that the issue? > > O

[web2py] Re: pygraphviz library not found (site5 webhosting)

2015-04-13 Thread Ron Chatterjee
I have the same problem. I am using source. Is that the issue? On Saturday, June 1, 2013 at 3:00:54 PM UTC-4, Massimo Di Pierro wrote: > > Are you using web2py source? > > On Saturday, 1 June 2013 02:36:09 UTC-5, Tomáš Slobodník wrote: >> >> Hi everybody, >> >> I am running web2py 2.4.7 on site5 w

[web2py] Re: pygraphviz library not found

2014-01-22 Thread 黄祥
it's work now, i missed the environment path steps, thank you so much. best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

[web2py] Re: pygraphviz library not found

2014-01-22 Thread Bogdan Nechita
Try starting web2py from the source code, as detailed here: http://web2py.com/books/default/chapter/29/04/the-core. I also added Graphviz (C:\Program Files (x86)\Graphviz2.36\bin) to the environment PATH, did a restart and now it works. On Wednesday, January 22, 2014 6:59:05 PM UTC-5, 黄祥 wrote:

[web2py] Re: pygraphviz library not found

2014-01-22 Thread Bogdan Nechita
I started web2py from the source and I added the Graphviz to the PATH and now it works as a charm. Thanks for the quick reply. On Wednesday, January 22, 2014 4:29:47 PM UTC-5, Massimo Di Pierro wrote: > > Are you using the windows web2py binary? You need the source. > > On Wednesday, 22 January

[web2py] Re: pygraphviz library not found

2014-01-22 Thread 黄祥
same here, pygraphiz library not found, tested on windows 7 32 bit with web2py_src and web2py_win best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repor

[web2py] Re: pygraphviz library not found

2014-01-22 Thread Massimo Di Pierro
Are you using the windows web2py binary? You need the source. On Wednesday, 22 January 2014 01:06:06 UTC-6, Bogdan Nechita wrote: > > Hi, > > When navigating to the Edit -> Graph Model on any web2py app, I get the > error "pygraphviz library not found". > I have installed Graphviz (http://www.gra

[web2py] Re: pygraphviz library not found

2014-01-22 Thread Alan Etkin
> When navigating to the Edit -> Graph Model on any web2py app, I get the > error "pygraphviz library not found". > Can you import the library from an interactive session? Maybe you have a path issue, i.e., you are using the built-in python interpreter of a compiled web2py installation without

[web2py] Re: pygraphviz library not found (site5 webhosting)

2013-06-01 Thread Massimo Di Pierro
Are you using web2py source? On Saturday, 1 June 2013 02:36:09 UTC-5, Tomáš Slobodník wrote: > > Hi everybody, > > I am running web2py 2.4.7 on site5 webhosting and I recently run into the > following issue: > > I would like to use 'graph model' feature but pygraphviz is not available > on the s