Menu

#160 Unvalid False keyword used in Explorers

closed-fixed
None
5
2014-08-07
2003-12-03
Anonymous
No

Keyword "False" used in ExplorerNodes.py and
ZipExplorer.py should be "false".

platform:
python2-2.2-16
wxPythonGTK-py2.2-2.4.2.4-1

Charles.Lloyd@med.ge.com

Explorers/ExplorerNodes.py Traceback:-------------------

Starting Boa Constructor v0.2.7
importing wxPython
reading user preferences
running main...

bit length overflow
code 0 bits 6->7

bit length overflow
code 7 bits 6->7
[Debug] 10:27:09 AM: Mailcap file /etc/mailcap, line
188: unknown field '/usr/bin/wvHtml "${ns}" -o ${tmp}'
for the MIME type 'application/msword' ignored.
[Debug] 10:27:09 AM: Mailcap file /etc/mailcap, line
189: unknown field 'netscape "file:${tmp}"' for the
MIME type 'application/msword' ignored.
[Debug] 10:27:09 AM: Mailcap file /etc/mailcap, line
189: unknown field '/bin/rm -f "${tmp}"' for the MIME
type 'application/msword' ignored.
creating Palette
importing Palette
importing PropertyEditors
importing Companions
importing Companions.FrameCompanions
importing Companions.WizardCompanions
importing Companions.ContainerCompanions
importing Companions.SizerCompanions
importing Companions.BasicCompanions
importing Companions.ButtonCompanions
importing Companions.ListCompanions
importing Companions.GizmoCompanion
importing Companions.LibCompanions
importing Companions.UtilCompanions
importing Companions.DialogCompanions
importing ZopeLib.ZopeCompanions
importing Explorers.ExplorerNodes
Traceback (most recent call last):
File "Boa.py", line 650, in ?
main()
File "Boa.py", line 632, in main
app = BoaApp()
File "Boa.py", line 454, in __init__
wxApp.__init__(self, false)
File
"/usr/lib/python2.2/site-packages/wxPython/wx.py", line
1951, in __init__
_wxStart(self.OnInit)
File "Boa.py", line 477, in OnInit
import Palette
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Palette.py",
line 20, in ?
import PaletteMapping, PaletteStore
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/PaletteMapping.py",
line 58, in ?
from ZopeLib.ZopeCompanions import *
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/ZopeLib/ZopeCompanions.py",
line 18, in ?
from Explorers.ExplorerNodes import ExplorerCompanion
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/ExplorerNodes.py",
line 1047, in ?
def register(Node, clipboard=None, confdef=('',
''), controller=None,
NameError: name 'False' is not defined

Explorers/ZipExplorer.py Traceback:-------------------
Starting Boa Constructor v0.2.7
importing wxPython
reading user preferences
running main...

bit length overflow
code 0 bits 6->7

bit length overflow
code 7 bits 6->7
[Debug] 10:28:54 AM: Mailcap file /etc/mailcap, line
188: unknown field '/usr/bin/wvHtml "${ns}" -o ${tmp}'
for the MIME type 'application/msword' ignored.
[Debug] 10:28:54 AM: Mailcap file /etc/mailcap, line
189: unknown field 'netscape "file:${tmp}"' for the
MIME type 'application/msword' ignored.
[Debug] 10:28:54 AM: Mailcap file /etc/mailcap, line
189: unknown field '/bin/rm -f "${tmp}"' for the MIME
type 'application/msword' ignored.
creating Palette
importing Palette
importing PropertyEditors
importing Companions
importing Companions.FrameCompanions
importing Companions.WizardCompanions
importing Companions.ContainerCompanions
importing Companions.SizerCompanions
importing Companions.BasicCompanions
importing Companions.ButtonCompanions
importing Companions.ListCompanions
importing Companions.GizmoCompanion
importing Companions.LibCompanions
importing Companions.UtilCompanions
importing Companions.DialogCompanions
importing ZopeLib.ZopeCompanions
importing Explorers.ExplorerNodes
importing Models.PythonControllers
importing Models.Controllers
importing Models.EditorModels
importing Views
importing Views.SourceViews
importing PythonEditorModels
importing Views.AppViews
importing Views.PySourceView
importing Views.ProfileView
importing Views.OGLViews
importing Explorers.FileExplorer
importing Models.wxPythonControllers
importing Models.wxPythonEditorModels
importing Views.Designer
importing Views.InspectableViews
importing Views.CollectionEdit
importing Views.DataView
importing Views.SizersView
importing Models.ConfigSupport
importing Models.CPPSupport
importing Models.HTMLSupport
importing Models.XMLSupport
importing ZopeLib.ZopeEditorModels
executing plug-ins...
importing Explorers
importing ZopeLib.ZopeViews
importing ZopeLib.ZopeExplorer
importing Explorers.PrefsExplorer
creating Inspector
importing Inspector
creating Editor
importing Editor
importing Explorers.CVSExplorer
importing Explorers.ZipExplorer
Traceback (most recent call last):
File "Boa.py", line 650, in ?
main()
File "Boa.py", line 632, in main
app = BoaApp()
File "Boa.py", line 454, in __init__
wxApp.__init__(self, false)
File
"/usr/lib/python2.2/site-packages/wxPython/wx.py", line
1951, in __init__
_wxStart(self.OnInit)
File "Boa.py", line 487, in OnInit
self.main.componentSB, self, self.main)
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Editor.py",
line 166, in __init__
self.explorerStore = Explorer.ExplorerStore(self)
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/Explorer.py",
line 213, in __init__
self.importExplorers(conf)
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/Explorer.py",
line 290, in importExplorers
warned = warned | importTransport(moduleName)
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/Explorer.py",
line 196, in importTransport
__import__(moduleName, globals())
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/ZipExplorer.py",
line 295, in ?
class ZipFileNode(ZipItemNode):
File
"/localdev/dev/cvsgrab-2.0/boa-constructor/boa/Explorers/ZipExplorer.py",
line 344, in ZipFileNode
def getFiles(self, base, nested=False):
NameError: name 'False' is not defined

Discussion

  • Riaan Booysen

    Riaan Booysen - 2003-12-29

    Logged In: YES
    user_id=438

    Indeed, thanks for the report.

    Fixed checked into CVS.

    Riaan.

     
  • Riaan Booysen

    Riaan Booysen - 2003-12-29
    • assigned_to: nobody --> riaan
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.