Re: python plugins

2015-10-11 Thread Rustom Mody
On Sun, Oct 11, 2015 at 3:40 PM, timothy b wrote: > Did you take a look at what is at: > > https://github.com/sdteffen/dia-plugins > > Timothy > Ok So from the above I found http://dia-installer.de/howto/python_win32/index.html#hello_world which has a hello world But it works even less than the

RE: python plugins

2015-10-11 Thread timothy b
Did you take a look at what is at: https://github.com/sdteffen/dia-plugins Timothy From: rustompm...@gmail.com Date: Sun, 11 Oct 2015 10:23:49 +0530 Subject: Re: python plugins To: dia-list@gnome.org Cut-paste snafu; The code below is preceded by an: import dia On Sun, Oct 11, 2015 at 10:12

Re: python plugins

2015-10-10 Thread Rustom Mody
Cut-paste snafu; The code below is preceded by an: import dia On Sun, Oct 11, 2015 at 10:12 AM, Rustom Mody wrote: > Writing python plugins for dia looks promising.. but I really cant get a > start > > From going through the archives I find this > > $ cat .dia/python/hel

python plugins

2015-10-10 Thread Rustom Mody
Writing python plugins for dia looks promising.. but I really cant get a start >From going through the archives I find this $ cat .dia/python/helloworld.py def hello_callback(data, flags): print "Hello, Dia!\n" dia.register_callback("Hello",

RE: How to install Dia python plugins on Ubuntu

2014-08-31 Thread Firmansyah Nazar
Dear Hans, It works. Thank You very much Regards,Firmansyah Subject: Re: How to install Dia python plugins on Ubuntu From: h...@breuer.org Date: Sun, 31 Aug 2014 09:14:18 +0200 CC: dia-list@gnome.org To: firman...@outlook.com Firmansyah,please keep this conversation on the dia-mailing list. I

Re: How to install Dia python plugins on Ubuntu

2014-08-31 Thread Hans Breuer
30 Aug 2014 15:23:33 +0200 > > From: h...@breuer.org > > To: dia-list@gnome.org > > CC: firman...@outlook.com > > Subject: Re: How to install Dia python plugins on Ubuntu > > > > Am 29.08.2014 um 10:25 schrieb Firmansyah Nazar: > > > Dear all, >

Re: How to install Dia python plugins on Ubuntu

2014-08-30 Thread Hans Breuer
Am 29.08.2014 um 10:25 schrieb Firmansyah Nazar: Dear all, I am having difficulties on installing Dia python plugin on Ubuntu. Can anyone help ? Last time I've checked the Python plug-in was part of the default Dia installation on Ubuntu 14.04. You can verify it's available under File/Plugins.

Re: How to install Dia python plugins on Ubuntu

2014-08-29 Thread Michael Ross
Hi Firmansyah, I don't know the answer, but your message got distributed. Someone will try to help. On Fri, Aug 29, 2014 at 4:25 AM, Firmansyah Nazar wrote: > Dear all, > > I am having difficulties on installing Dia python plugin on Ubuntu. Can > anyone help ? > > Thanks in advance > > Regard

How to install Dia python plugins on Ubuntu

2014-08-29 Thread Firmansyah Nazar
Dear all, I am having difficulties on installing Dia python plugin on Ubuntu. Can anyone help ? Thanks in advance Regards,Firmansyah___ dia-list mailing list dia-list@gnome.org https://mail.gnome.org/mailman/listin

Re: Dia python plugins

2009-07-16 Thread Nigel King
answering my own question - I think this is achieved by the command sudo port install dia -with-python Unfortunately I upgraded macports to version 1.710 using selfupdate and now dia will not install complaining about ---> Building dia Error: Target org.macports.build returned: shell command

Dia python plugins

2009-07-14 Thread Nigel King
I am sorry to bother you. I have installed dia using Macports which has no maintainer so I do not know who to contact. The software works very well. An intriguing addition is the plug-in interface to python. import dia does not work. I presume that there is a need for PYTHONPATH to be tra