Re: [Ankur-core] Anubadok frontend

2006-11-13 Thread Kushal Das

--- Golam Mortuza Hossain [EMAIL PROTECTED] wrote:

 Hi Kushal,
 
 Sorry for the delayed response. Would it be possible
 for you
 to release it (may be with little modification if
 you wish) as
 a _standalone offline client_ for Ankur's English to
 Bengali
 dictionary?
 
I will be happy to do that :)

Regards,
Kushal



__
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


Re: [Ankur-core] Anubadok frontend

2006-11-13 Thread Jamil Ahmed
On 11/13/06, Kushal Das [EMAIL PROTECTED] wrote:

 --- Golam Mortuza Hossain [EMAIL PROTECTED] wrote:

  Hi Kushal,
 
  Sorry for the delayed response. Would it be possible
  for you
  to release it (may be with little modification if
  you wish) as
  a _standalone offline client_ for Ankur's English to
  Bengali
  dictionary?
 
 I will be happy to do that :)

Great! Waiting...

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


[Ankur-core] Anubadok frontend

2006-10-18 Thread Kushal Das
Hi,

Wrote a very small PyGTK based frontend for anubadok.
http://freeshell.in/~kushal/eng2beng-0.1.tar.gz

Any suggestions ?


Regards,
Kushal
Send instant messages to your online friends http://in.messenger.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


Re: [Ankur-core] Anubadok frontend

2006-10-18 Thread Progga
On Wed, Oct 18, 2006 at 05:05:47PM +0530, Kushal Das wrote:
 
 Wrote a very small PyGTK based frontend for anubadok.
 http://freeshell.in/~kushal/eng2beng-0.1.tar.gz
 
 Any suggestions ?

It crashed after spitting a lot of error messages!  I have installed the py-gtk2
and py-gnome2 packages for your code to run.  Do I need anything more other than
the base Python?  Errors are attached.

And better if you can change the first line to -

#!/usr/bin/env python




errors.txt.bz2
Description: Binary data


pgpmyIvZcbN63.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


Re: [Ankur-core] Anubadok frontend

2006-10-18 Thread Kushal Das
On Wednesday 18 October 2006 17:43, Progga wrote:
 On Wed, Oct 18, 2006 at 05:05:47PM +0530, Kushal Das wrote:
  Wrote a very small PyGTK based frontend for anubadok.
  http://freeshell.in/~kushal/eng2beng-0.1.tar.gz
 
  Any suggestions ?

 It crashed after spitting a lot of error messages!  I have installed the
 py-gtk2 and py-gnome2 packages for your code to run.  Do I need anything
 more other than the base Python?  Errors are attached.

 And better if you can change the first line to -

   #!/usr/bin/env python
Which distro you r using ?
I checked it with FC-5  FC-6t2 , working well.

It seems that there is some problem with importing gtk.glade
Can you please confirm this ?

Regards,
Kushal
Send instant messages to your online friends http://in.messenger.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


Re: [Ankur-core] Anubadok frontend

2006-10-18 Thread Golam Mortuza Hossain
  On Wed, Oct 18, 2006 at 05:05:47PM +0530, Kushal Das wrote:
   Wrote a very small PyGTK based frontend for anubadok.
   http://freeshell.in/~kushal/eng2beng-0.1.tar.gz

Hmm!! Screenshot ? :-)

Thanks!
Golam

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core


Re: [Ankur-core] Anubadok frontend

2006-10-18 Thread Progga
On Wed, Oct 18, 2006 at 06:25:31PM +0530, Kushal Das wrote:

 Which distro you r using ?
 I checked it with FC-5  FC-6t2 , working well.
 
FreeBSD 5.4

 It seems that there is some problem with importing gtk.glade
 Can you please confirm this ?

Thanks for mentioning glade.  I had to install libglade2 and now it's working
fine.  Nice app :-)




pgpAKoIokVsWg.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bengalinux-core mailing list
Bengalinux-core@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bengalinux-core