×
Forum Header
Stepconf wizard machinename not defined
- cj01
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
07 Jul 2009 19:50 - 07 Jul 2009 19:54 #490
by cj01
Stepconf wizard machinename not defined was created by cj01
Hi
Getting this error with stepconf wizard in EMC2.3.2. (Ubuntu 8.04)
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/stepconf", line 1817, in on_complete_finish
self.data.save()
File "/usr/bin/stepconf", line 1075, in save
shortcut = os.path.join(desktop, machinename)
NameError: global name 'machinename' is not defined
Can anyone help please?
Getting this error with stepconf wizard in EMC2.3.2. (Ubuntu 8.04)
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/stepconf", line 1817, in on_complete_finish
self.data.save()
File "/usr/bin/stepconf", line 1075, in save
shortcut = os.path.join(desktop, machinename)
NameError: global name 'machinename' is not defined
Can anyone help please?
Last edit: 07 Jul 2009 19:54 by cj01.
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17871
- Thank you received: 4776
08 Jul 2009 01:32 #492
by PCW
Replied by PCW on topic Re:Stepconf wizard machinename not defined
Silly question: Is you machine name defined?
(google ubuntu machine name)
(google ubuntu machine name)
Please Log in or Create an account to join the conversation.
- cj01
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
08 Jul 2009 20:37 - 08 Jul 2009 20:45 #496
by cj01
Replied by cj01 on topic Re:Stepconf wizard machinename not defined
Hi
Thanks for the reply
Yes and it worked OK in previous versions of EMC
only falling down since newest upgrade
cj01
Thanks for the reply
Yes and it worked OK in previous versions of EMC
only falling down since newest upgrade
cj01
Last edit: 08 Jul 2009 20:45 by cj01.
Please Log in or Create an account to join the conversation.
- chuck1024
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 0
09 Jul 2009 02:12 #498
by chuck1024
Replied by chuck1024 on topic Re:Stepconf wizard machinename not defined
I just did a complete install of the new liveCD because an upgrade bombed badly. I got the same problem trying to run stepconf. THis is the error. Any yes I entered a machine name..
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/stepconf", line 1817, in on_complete_finish
self.data.save()
File "/usr/bin/stepconf", line 1075, in save
shortcut = os.path.join(desktop, machinename)
NameError: global name 'machinename' is not defined
Stepconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/stepconf", line 1817, in on_complete_finish
self.data.save()
File "/usr/bin/stepconf", line 1075, in save
shortcut = os.path.join(desktop, machinename)
NameError: global name 'machinename' is not defined
Please Log in or Create an account to join the conversation.
- chuck1024
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 0
09 Jul 2009 03:54 #499
by chuck1024
Replied by chuck1024 on topic Re:Stepconf wizard machinename not defined
I am not familiar with py code but I hacked on stepconf program as follows.
1075c1075
< shortcut = os.path.join(desktop, machinename)
---
> shortcut = os.path.join(desktop, self.machinename)
I copied stepconf to stepconf_test and change the one line. I ran stepconf_test from a terminal window by just typing in the name. It created all the necessary files and links on the desktop but it did print some warnings.
Now my machine is basically working.
1075c1075
< shortcut = os.path.join(desktop, machinename)
---
> shortcut = os.path.join(desktop, self.machinename)
I copied stepconf to stepconf_test and change the one line. I ran stepconf_test from a terminal window by just typing in the name. It created all the necessary files and links on the desktop but it did print some warnings.
Now my machine is basically working.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
09 Jul 2009 12:14 - 09 Jul 2009 12:33 #502
by BigJohnT
Replied by BigJohnT on topic Re:Stepconf wizard machinename not defined
Looks like a little bug in the stepconf code. It does the same thing here. As a temporary work around if you uncheck the "Create a desktop shortcut (symlink) to configuration files." it will save the config.
It actually saved the config but bombed when trying to save the symlink.
And as fast as fast can be a Developer has fixed the bug... Thanks for finding it.
John
It actually saved the config but bombed when trying to save the symlink.
And as fast as fast can be a Developer has fixed the bug... Thanks for finding it.
John
Last edit: 09 Jul 2009 12:33 by BigJohnT.
Please Log in or Create an account to join the conversation.
- cj01
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
09 Jul 2009 20:01 #506
by cj01
Replied by cj01 on topic Re:Stepconf wizard machinename not defined
Uncheck the "Create a desktop shortcut (symlink) to configuration files." works ok
and after first use, a desktop shortcut appears on the desktop and works too
thanks
and after first use, a desktop shortcut appears on the desktop and works too
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds