Ubuntu :: Runtime Error For Glade Based GUI

Mar 27, 2010

I'm trying to write a GUI using Glade and pyGtk. I had a problem so decided to go back and start from a helloWorld, but I still have a problem. here is my code for the program

Code:
#!/usr/bin/env python
import sys
try:
import pygtk
pygtk.require("2.0")
except:
pass
try:
[Code].....

View 7 Replies


ADVERTISEMENT

Ubuntu Installation :: Samba Needs Glade On 11.04 - ImportError: No Module Named Glade

May 1, 2011

After upgrading my media computer earlier today, I tried to run Samba config (system-config-samba) and it crashed. Running again in terminal I got the following error:-

Code:
import mainWindow
File "/usr/share/system-config-samba/mainWindow.py", line 30, in <module> import gtk.glade
ImportError: No module named glade
Ths was fixed by installing (via Synaptic):-

Code:
python-glade2

View 2 Replies View Related

Ubuntu :: 9.10 - ImageMagick Installation (Runtime Error)

Jan 8, 2010

I am getting error like:
"/usr/lib/ruby/1.8/i486-linux/RMagick2.so: This installation of RMagick was configured with ImageMagick 6.5.1 but ImageMagick 6.5.8-10 is in use. (RuntimeError)".
So, I am trying to install ImageMagick 6.5.1. But it gives me error like:
"ERROR: Can't create '/usr/local/man/man3".
And I am using Ubuntu 9.10.

View 3 Replies View Related

Ubuntu :: Photoshop CS5 Portable Runtime Error?

Nov 5, 2010

I did originally have Ubuntu 10.04, in which gave me the same problem. I have upgraded to Ubuntu 10.10.I have been using the portable Adobe Photoshop CS5 application for a while now however it has kind of broken on me now. Everytime I tun the application now, it gives me a runtime error.

"Runtime Error!
Program C:Pro.
R6034

An application has made an attempt to load the C runtime library incorrectly. contact the application's support team for more info" I have tried re-installing several times now. Even downloading a different version. I am also running it through wine through the following command.. "wine "C:Program FilesPhotoshopPortablePhotoshopCS5Portable.exe"

View 5 Replies View Related

Fedora :: Wine Runtime Error ?

Jul 25, 2010

I have been using wine to run a mapping application called Tracklogs. It provides Ordnance Survey 1:25000 mapping that can be printed as well as upload routes to my GPS.

It has worked perfectly since Fedora 8, I last updated wine appDb in January 2010 reporting that it was working with Fedora 12 and wine version 1.1.32.

Since wine has been updated, I now get an error dialog "Microsoft Visual C++, This application has requested the Runtime to terminate it in an unusual way. Please contact the applications's support team for more information".

As far as I am aware tracklogs does not use Visual C++ Runtime, so I am not sure why it is even installed. It is a clean install of wine and this is the only application I have.

It has worked consistently for over 2 years and 4 versions of Fedora and no doubt multiple updates of wine, but at some point recently something has changed with wine that causes this error. Have they included Visual C++ Runtime by default? Is there anyway to get rid of it?

View 1 Replies View Related

General :: Matlab 7.5 Compiled Runtime Installation: Getting A "No Java Runtime Environment Was Found On This System"?

Oct 15, 2010

I am trying to install the Matlab 7.5 compiled runtime for 64-bit Linux (MCRInstaller.75.glnxa64.bin) and keep getting a "No Java Runtime Environment(JRE) was found on this system." error message.

I understand the JRE is bundled with MCRInstaller and will self-compile/install. However, I don't have admin access, could this be the source of the problem? If so, how could I fix it (not sure how to direct it to install locally without going into the source code)?

I got around this error before, but stupid me didn't write down what I did and I forgot.

View 3 Replies View Related

Ubuntu :: A Fatal Error Has Been Detected By The Java Runtime Environment?

Mar 7, 2011

A fatal error has been detected by the Java Runtime Environment?

View 9 Replies View Related

Programming :: Gfortran V4.4.1 Run In Machine Gives Runtime Error?

Sep 10, 2010

I am new to both linux and fortran programming. I am trying to read from an external file, but it gives this error message: Fortran runtime error: Bad integer for item 1 in list input Part of the code that has the problem is:

open(unit=3,file=&
atrain_data/prfdata/temp_pres_cld_profile_for_CRTM2006-06-15T200163.dat',FORM='formatted')
read(3,*)bsepos
read(3,*)toppos
write(3,*)bsepos
write(3,*)toppos

[Code]...

All the variables have been declared before and there is no problem with that. The problem (error message) is in the (first) line that deals with open(unit=3,file='..//').

View 2 Replies View Related

Red Hat :: GLX Error At Runtime Worked On Rhel4 But Not Rhel5?

Mar 7, 2010

I have a code that does 3D rendering that worked on a system running RHEL4 32-bit with an NVIDIA GeForce 260 video card. I have a new system now running RHEL5 64-bit (The shared object libraries for the code are 32-bit) with an NVIDIA GeForce 295 video card that when I execute the code I receive the following error:

BadMatch (invalid parameter attributes)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 26
Current serial number in output stream: 26

Can anyone give me any ideas on what could be causing this error? This really isn't my area of expertise unfortunately. I'm not the author of the code. Could I be missing some libraries or something along those lines? Let me know if you need me to post up more information.

View 6 Replies View Related

CentOS 5 :: Mono Runtime ERROR: PlatformNotSupportedException

May 16, 2009

I'm running CentOS operation system 5.2 with the following softwares installed:

1) OS: CentOS release 5.2 (Final)
2) Web Server: Apache 2.2.4
3) Mono: Mono 1.2.4
4) xsp: xsp 1.2.4
5) mod_mono: mod_mono 1.2.4

I don't find any errors during installation of all of the above items. Problem is that, when I try to invoke one of my ASMX file from the browser, I'm getting the following error in my $APACHE_HOME/logs/error_log. This same ASMX is working fine in one of my RedHat ES Linux 5 system, what I mean here is I don't have any compilation or runtime errors in my ASMX code.

ERROR DETAILS
[Sat May 16 08:03:38 2009] [notice] Apache/2.2.4 (Unix) mod_mono/1.2.4 configured -- resuming normal operations
System.PlatformNotSupportedException: This operation requires Windows NT, Windows 2000, or Windows XP.
at System.Web.Hosting.ApplicationHost.CreateApplicationHost (System.Type hostType, System.String virtualDir, System.String physicalDir) [0x00000]

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Error "You Are Running VisualVM Using Java Runtime Envoronment (JRE)

Dec 3, 2010

I just installed Ubuntu10.10 (i had 9.10 before that). I am trying to run VisualVM (which was already installed) and i get the following error "You are running VisualVM using Java Runtime Envoronment (JRE). Please use Java Development Kit (JDK) to run VisualVM"

I have Sun JDK installed. How do I instruvt VisualVM to use the JDK?

View 2 Replies View Related

OpenSUSE :: Fatal Error Detected By Java Runtime Environment

Apr 8, 2011

Some files are generating in my Documents folder named hs_err_pid4214.log ........ different logs files are generated. I put the contents of one of them:
Code:
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f1714b33e30, pid=4214, tid=139736470193920
JRE version: 6.0_24-b07
Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libsvllx.so+0x82e30] _ZN26SvNumberFormatsSupplierObj18SetNumberFormatterEP17SvNumberFormatter+0x0
# If you would like to submit a bug report, please visit: [URL]. The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.

View 2 Replies View Related

Programming :: Fortran Runtime Error: Bad Value During Floating Point Read

Jun 28, 2011

I am getting error Fortran runtime error: Bad value during floating point read. How do I format negative sign?

[code]...

View 1 Replies View Related

Red Hat :: WINE Runtime Error - Cannot Import Dll:C:usersxxxTempis-00IEG.tmpisskin.dll

May 6, 2011

im running a Red Hat Enterprise Linux 6 Server Machine. i tried this commnad

Quote:

wine QUBEEWCM.exe

but getting below error

Quote:

Runtime Error (at - 1:0): Cannot Import dll:C:usersxxxTempis-00IEG.tmpisskin.dll

View 3 Replies View Related

General :: Fortran Runtime Error: Bad Real Number In Item 1 Of List Input

Feb 9, 2011

I am using the package Quantum espresso to get electron phonon coefficients for monolayer graphene. While applying one of the executables, I got the error: "At line 356 of file q2r.f90 (Unit 51 "a2Fq2r.51") Traceback not availabel: compile with -ftrace=frame or -ftrace=full. Fortran Runtime error: bad real number in item 1 of list input

View 3 Replies View Related

Fedora Installation :: Cannot Find Anaconda-runtime In /usr/lib/anaconda-runtime

Feb 16, 2011

After installing Fedora 14 and being satisfied with the behaviour and the packages installed for it, i want to replicate the same installation in a few more PCs, so i installed Revisor to make with it an iso file that reflects my actual installation.

The problem is that if i run the software from Applications->System tools->Revisor, nothing happens after giving the user password.

Then i run it from a consele and this error is produced after giving my password: "Cannot find anaconda-runtime in /usr/lib/anaconda-runtime"

But anaconda is the environment used for installation, so it is installed from the very begining. Why this happens?

View 1 Replies View Related

Programming :: Interface Glade 3.6.7 And 'C' In Ubuntu 10.10?

Apr 18, 2011

this is my first time here: I've been programming GUI software in C# in MonoDev for some time now. I just noticed that I can use my favorite language, C, with Glade to do the same thing. I've been going through some tutorials with a little frustration with them. Some seem to be written for older Glade versions.

The latest example had me save my Glade project to a "tutorial.glade" file. Then run it through a 'gtk-builder-convert' utility. Problem: the utility program returns errors indicating the the tutorial.glade file was written badly, that there is supposed to be a <glade-interface> tag that is missing.

[Code]...

View 1 Replies View Related

Debian :: Run Glade Under Fvwm?

Jan 24, 2011

I had glade package installed. But dpkg -I didn't yield any information. I am baffled.

View 1 Replies View Related

Ubuntu :: Can't Download Glade UI Designer From Software Center

May 9, 2011

I really need to download the Glade interface designer. So when I go to the ubuntu software center and click on it, it doesn't give me an option to download. Then, when I click "more info" it says, "To show information about this item, the software catalog needs updating". So I go ahead and run

Code:

sudo apt-get update

and still I can't download.

View 1 Replies View Related

Debian :: Install New Version Of Glade?

Apr 27, 2011

I've been having several serious problems with the ancient version of glade included in squeeze. Now it is entirely unusable. I'm convinced the only way to fix this rediculous mess is to install a newer version. Guess what? testing and unstable have the exact same version as squeeze. The experimental one can't be installed because out of the 20 or so packages it needs installed to run 18 are missing. Is there a half-decent repository where I can get a new-ish version of glade? Try compiling from source and tada: My "intltool" is too old whatever that is.

View 8 Replies View Related

General :: Interface Not Responding In Glade 3 / Gtk With C

Feb 9, 2011

I am a fairly new ubuntu user. I am using ubuntu 10.04 and glade 3 for building a simple interface that uses C. In my interface , I have created two buttons : start and stop .Tofocus on my actual problem , I have created a simpler UI and code. start button runs a while(1) loop and stop should stop the loop .

The problem is , when I press start , the gui freezes and I cannot press any other button. I cant even close my app.After some thorough experimentation, I found out that when I press start, it never comes out of the while loop. I need the loop to keep running until I press stop . What should i do? Here are the functions for the clickable buttons :

Code:
void
on_start_button_clicked (GtkButton *button, gpointer user_data)
{
flag1=0;
while(1)
{
printf("**********checking !!!! ********
[Code]....

View 3 Replies View Related

Ubuntu Installation :: Lucid - During The Upgrade - Message About Glade Being Incompatible ?

Jul 20, 2010

I recently upgraded to lucid. During the upgrade, I got a message about Glade being incompatible(?) and clicked ok. It was uninstalled with several dozen packages.

I would really like to get it back. Is there a compatibility issue with Glade and 10.4?

View 3 Replies View Related

Programming :: Invoke Cairo Functions From Glade?

Feb 12, 2011

I have created a glade file which so far have two regions in it:

1) On the right division is a toggle button which calls a C script when enabled.

2) I have a drawing area, in which I would like to plot a point (X-Y scatter plot). The plot should be generated dynamically using a C script. I am not sure how the integration between the two is possible for a drawing area.

In glade what properties of drawing area should I set? eg.expose event, realize etc. I was thinking of using cairo for generating the plot.

View 2 Replies View Related

Programming :: GTK / Glade Use C - Bash - Pascal Or Settle For Python?

Dec 17, 2010

I have searched the net for guides on GTK/Glade and have learned that I have to install Glade in order to experiment with it. It also appears that it only works for Perl. I would primarily like to use C ,Bash , Pascal or settle for Python if possible. Can anyone offer some general info on this topic?

View 4 Replies View Related

Programming :: Opening A Text File From Glade Interface?

Jan 26, 2011

opening a text file from glade interface.how?using c code

View 1 Replies View Related

Fedora :: Glade-3 - Change The Run Application Window Of Gnome Panel?

Mar 9, 2010

how i can change the run application window of gnome panel; i had done this with glade-3 but i dont know how to manage its signal and slots for example by clicking on a button it opens an app ,i cant manage it signals and slots

View 1 Replies View Related

Programming :: Use Glade With C/python To Create A Graphical User Interface

Jan 30, 2011

I am working with ubuntu (linux) and have to create a graphical user interface. The GUI is a 2-D plot that have to plot a point. The point ( x and y co-ordinates) are not hardcoded, and are coming from another file (another piece of code written in c / python). I was thinking to use Glade with c/python to create this. But, I am not sure how to start with this.

View 4 Replies View Related

Ubuntu :: Kill Window Based On Based On Title Instead Of PID?

Apr 24, 2010

I am working on a set up, and I like to be able to toggle compiz on and off, or toggle dualscreen on and off. The thing is, I also have conky on my desktop as well as a terminal window embedded in my desktop (that requires compiz). So, when I turn comiz off, or resize my desktop, I want to be able to reposition conky/embedded-terminal and the terminals position is relative to my conky position and the size of my virtual desktop.

I can do this all fine, except that to reposition the terminal I need to kill it then reopen it. But if I kill gnome-terminal it kills ALL gnome-terminals instead of just my embedded one. How can I specifically close my embedded one and leave any others untouched? Lets say that the title of my embedded terminal is "trans777"Also, the trans777 titled gnome-terminal will be killed when compiz is not running.

View 1 Replies View Related

Programming :: Open Gnome Terminal (pass Commands ) On Clicking Glade Button

Dec 18, 2010

I am working on a small project for making a small configuration tool for ubuntu 9.10 for new linux users, that make their system working easily without knowledge of the linux commands.I created a gui in glade and loaded the gui with my python program to show up, now i wish to have some python codes that can launch a gnome terminal (and also pass some linux commands to it) on the click of a button contained in the glade file.

View 1 Replies View Related

General :: Debian Based - Arch Based - What Is The Practical Difference?

Jun 7, 2010

I notice that on DistroWatch, the descriptions include "debian based", "arch based", etc. For the newbie, is there any practical difference between the different bases, or is it a Coke vs Pepsi type question?

Is a distro based on Debian say, easier for a newbie to learn or work with than say one that is FreeBSD based?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved