Warning: session_start(): open(/tmp/sess_v1bm4j48bdtt6kcfjv7eorrid7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
eggy openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

eggy

   0.3.2  

KDE Development Tool

Score 78%
eggy
zoom


eggy
zoom


eggy
zoom


Link:  Link
Downloads:  431
Submitted:  Mar 25 2008
Updated:  Apr 7 2009

Description:

Eggy is an IDE/editor for UNIX. Eggy has syntax highlighting, template features, options for compiling and running your code, auto completion/indentation and lots more. Eggy also supports group projects in which you can see live changes being made by others.

Eggy currently supports the following languages: Python, Java, C/C++, D, Perl, Ruby, VHDL, shell scripting, web development (HTML, JavaScript, XML, CSS) and SQL.




Changelog:

- support for xml
- fixed settings lineup
- automatically fill in project and package from new file created from the project tree




LicenseGPL
Donate
Send to a friend
Subscribe
Other  Content  from eggy
Report inappropriate content



-

 Crash when starting

 
 by andersos on: Mar 26 2008
 
Score 50%

Interesting IDE. But when I try to run it I get error :

File "./eggy.py", line 61, in ?
gui = Model(base, appname, email, website)
File "/mnt/home/source/python/pyqt/eggy/model/Model.py", line 147, in __init__
File "/mnt/home/source/python/pyqt/eggy/gui/MainWindow.py", line 56, in __init__
File "/mnt/home/source/python/pyqt/eggy/gui/MainWindow.py", line 390, in _createEditors
File "/mnt/home/source/python/pyqt/eggy/model/Model.py", line 336, in _fileNew
File "/mnt/home/source/python/pyqt/eggy/model/Model.py", line 314, in _fileAddOpenFile
File "/mnt/home/source/python/pyqt/eggy/model/Model.py", line 1409, in tabChanged
File "/mnt/home/source/python/pyqt/eggy/model/Model.py", line 1377, in _projectGetCurrentInfo
TypeError: expected a character buffer object

What could it be? I installed all dependencies. I'm on Debian lenny.


Reply to this

-

 Re: Crash when start

 
 by eggy on: Mar 26 2008
 
Score 50%

Thank you for your comment! I really appreciate feedback. I'm was so stupid as to provide the .pyc bytecode files in the tarball, I forgot to remove them. The new tarballs on the website are correct. You could also do, in th eggy directory: rm *.pyc */*.pyc
Please let me know if this solves your problem.

Apologies for the inconvenience.


Reply to this

-

 Re: Re: Crash when start

 
 by andersos on: Mar 26 2008
 
Score 50%

I tried both to remove *.pyc and get newer tarball. Still get error :

File "./eggy.py", line 61, in ?
gui = Model(base, appname, email, website)
File "/home/andersos/eggy-0.1/model/Model.py", line 147, in __init__
super(Model, self).__init__()
File "/home/andersos/eggy-0.1/gui/MainWindow.py", line 56, in __init__
self._createEditors()
File "/home/andersos/eggy-0.1/gui/MainWindow.py", line 390, in _createEditors
self._fileNew()
File "/home/andersos/eggy-0.1/model/Model.py", line 336, in _fileNew
self._fileAddOpenFile(name, editor, True)
File "/home/andersos/eggy-0.1/model/Model.py", line 314, in _fileAddOpenFile
self.tabChanged(self.editorTabWidget.currentIndex())
File "/home/andersos/eggy-0.1/model/Model.py", line 1409, in tabChanged
project, package, filename = self._projectGetCurrentInfo()
File "/home/andersos/eggy-0.1/model/Model.py", line 1377, in _projectGetCurrentInfo
project = filename.replace(self.projectDir, "").split("/")[0]
TypeError: expected a character buffer object


Reply to this

-

 Re: Re: Crash when start

 
 by andersos on: Mar 26 2008
 
Score 50%

I tried both to remove *.pyc and get newer tarball. Still get error :

File "./eggy.py", line 61, in ?
gui = Model(base, appname, email, website)
File "/home/andersos/eggy-0.1/model/Model.py", line 147, in __init__
super(Model, self).__init__()
File "/home/andersos/eggy-0.1/gui/MainWindow.py", line 56, in __init__
self._createEditors()
File "/home/andersos/eggy-0.1/gui/MainWindow.py", line 390, in _createEditors
self._fileNew()
File "/home/andersos/eggy-0.1/model/Model.py", line 336, in _fileNew
self._fileAddOpenFile(name, editor, True)
File "/home/andersos/eggy-0.1/model/Model.py", line 314, in _fileAddOpenFile
self.tabChanged(self.editorTabWidget.currentIndex())
File "/home/andersos/eggy-0.1/model/Model.py", line 1409, in tabChanged
project, package, filename = self._projectGetCurrentInfo()
File "/home/andersos/eggy-0.1/model/Model.py", line 1377, in _projectGetCurrentInfo
project = filename.replace(self.projectDir, "").split("/")[0]
TypeError: expected a character buffer object


Reply to this

-

 Re: Re: Re: Crash wh

 
 by eggy on: Mar 26 2008
 
Score 50%

Another person also had this problem at first, and when he removed the files (rm *.pyc */*.pyc) the problem was solved. I have also tested it and it seems to work for me too. Are you absolutely sure that there are no .pyc files left somewhere? does find . -iname "*.pyc" return no result? I sure hope some .pyc files were left, because I cannot seem to reproduce this error.


Reply to this

-

 Re: Re: Re: Crash wh

 
 by eggy on: Mar 26 2008
 
Score 50%

Another person also had this problem at first, and when he removed the files (rm *.pyc */*.pyc) the problem was solved. I have also tested it and it seems to work for me too. Are you absolutely sure that there are no .pyc files left somewhere? does find . -iname "*.pyc" return no result? I sure hope some .pyc files were left, because I cannot seem to reproduce this error.


Reply to this

-

 Re: Re: Re: Crash wh

 
 by eggy on: Mar 26 2008
 
Score 50%

I placed new tarballs on the website. This time eggy should start, if not, I derserve to be shot.


Reply to this

-

 Re: Re: Re: Re: Crash wh

 
 by andersos on: Mar 27 2008
 
Score 50%

Yes! New one worked no problem. Thanks!!


Reply to this

-

 great job!

 
 by vrjeala on: Sep 8 2008
 
Score 50%

Extremely nice ide, pleasant to the eye and to work with. I'm using it to play with ruby.
Question: Do you have any plans on integrating some rails features?
Ex: rails projects, rake tasks, generators
thx and once again great job!


Reply to this

-

 Re: great job!

 
 by eggy on: Sep 29 2008
 
Score 50%

Thanks, glad you like it :-). I'm sorry though, for I have no such plans.


Reply to this

-

 Error when starting

 
 by derula on: Jun 12 2009
 
Score 50%

Hi, I get a "memory access error" when starting. No further information is given. Just

linux-00ip:~> ./eggy.py
Speicherzugriffsfehler
linux-00ip:~>

I'm on openSUSE 11.1 but using Qt 4.5, and a pyqt 4.5 snapshot (downgrading to pyqt 4.4 doesn't help; same error).

Also, the website at http://eggy.student.utwente.nl/ seems to be down.


WHINER!
Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team