python-Eric6 右键点击生产对话框代码 报错

问题描述

Eric6 右键点击生产对话框代码 报错

Warning:
An unhandled exception occurred. Please report the problem
using the error reporting dialog or via email to .
A log has been written to “C:UsersASUS_eric6eric6_error.log”.

Error information:
——————————————————————————–
2015-10-21, 16:42:09
——————————————————————————–
:
arguments did not match any overloaded call:
QByteArray(): too many arguments
QByteArray(int, str): argument 1 has unexpected type ‘str’
QByteArray(QByteArray): argument 1 has unexpected type ‘str’
——————————————————————————–
File “D:Program FilesPythonPython34Libsite-packageseric6ProjectProjectFormsBrowser.py”, line 840, in generateDialogCode
dlg = CreateDialogCodeDialog(fn, self.project, self)
File “D:Program FilesPythonPython34Libsite-packageseric6ProjectCreateDialogCodeDialog.py”, line 128, in __init

self.__updateSlotsModel()
File “D:Program FilesPythonPython34Libsite-packageseric6ProjectCreateDialogCodeDialog.py”, line 292, in __updateSlotsModel
QByteArray(“p{0:d}”.format(index))

——————————————————————————–
Version Numbers:
Python 3.4.3
Qt 5.5.0
PyQt5 5.5
sip 4.16.9
QScintilla 2.9
WebKit 538.1
eric6 6.0.3 (rev. b876fbf55438)

Platform: win32
3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)]
——————————————————————————–
Plugins Version Numbers:
PluginAbout 6.0.0
PluginCodeStyleChecker 6.0.0
PluginEricapi 6.0.0
PluginEricdoc 6.0.0
PluginSyntaxChecker 6.0.0
PluginTabnanny 6.0.0
PluginVcsMercurial 6.0.0
PluginVcsPySvn 6.0.0
PluginVcsSubversion 6.0.0
PluginVmListspace 6.0.0
PluginVmTabview 6.0.0
PluginWizardE5MessageBox 6.0.0
PluginWizardPyRegExp 6.0.0
PluginWizardQColorDialog 6.0.0
PluginWizardQFileDialog 6.0.0
PluginWizardQFontDialog 6.0.0
PluginWizardQInputDialog 6.0.0
PluginWizardQMessageBox 6.0.0
PluginWizardQRegExp 6.0.0
PluginWizardQRegularExpression 6.0.0

File: D:Program FilesPythonPython34Libsite-packageseric6eric6.py
Line: 167
Function: excepthook

解决方案

rgument 1 has unexpected type ‘str’,提示的是参数不对

时间: 2024-10-19 18:49:37

python-Eric6 右键点击生产对话框代码 报错的相关文章

java-现在对方给一个地址,我在myeclipse里面生产客户端代码 报错,该怎么调用?

问题描述 现在对方给一个地址,我在myeclipse里面生产客户端代码 报错,该怎么调用? java 调用webservice WebService基于SoapHeader安全认证 解决方案 参考:http://blog.csdn.net/dslinmy/article/details/32076971 解决方案二: 使用apache提供的cxf,里面有个命令叫wsdl2java,可以产生客户端代码

第一行代码-酷欧天气showProgressDialog();代码报错

问题描述 酷欧天气showProgressDialog();代码报错 第一行代码的酷欧天气ChooseAreaActivity,showProgressDialog();总是显示报错,根据原版的代码修改后依然如此,想知道是什么原因. 以下是代码: package activity; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.app.ProgressD

android-安卓新手 界面底部工具栏设置三个图片按键,点击切换时一直报错,麻烦高手指点下。

问题描述 安卓新手 界面底部工具栏设置三个图片按键,点击切换时一直报错,麻烦高手指点下. Eclipse调试错误信息如下: MainActivity.java代码如下: package activity; import com.example.social.R; import fragment.OneFragment; import fragment.ThreeFragment; import fragment.TwoFragment; import android.os.Bundle; imp

java-svn检出代码报错,求解?

问题描述 svn检出代码报错,求解? svn 检出的代码一片报错,svn上好像只有几个源码文件,应该导出为web project还是java project?为什么我的报错呢 我上传了一张图片 大家帮忙看看 解决方案 是否工程文件没有提交到服务器. 解决方案二: 1.svn服务器是你有在维护还是别人的你只是检出下载 2.你可以自己新建工程,然后检出svn到你的项目中就可以 3.具体报错是什么,是说代码中找不到类还是其它? 解决方案三: 描述不太详细 可以先确认下服务器上是否只有这几个源码文件 是

filepath-Pathon 删除指定目录下的文件, 我是coding online,无法调试,代码报错,具体如下:

问题描述 Pathon 删除指定目录下的文件, 我是coding online,无法调试,代码报错,具体如下: #Delete all files under the pointed path import os filePath = raw_input("Input path where you want delete:n") #If file path is null, we should initial the variable "/home" if file

入门-JAVA 简短代码报错,就是发现不了问题

问题描述 JAVA 简短代码报错,就是发现不了问题 class StaticDemo { public static void main(String[] args) { Person.show(); } } class Person { String name;//成员变量 static String country = "CN"; public static void show() { System.out.println(country+":"); } } /

spring-这段代码报错 cannot be cast to com.iflve.domain.Employee

问题描述 这段代码报错 cannot be cast to com.iflve.domain.Employee public Employee checkEmployee(Employee emp) { String sql = "select * from employee where name=? and pwd=?" ; List<Employee> list = sessionFactory.getCurrentSession().createSQLQuery(sq

中文乱码-读取python遍历中文目录得到的文件路径报错

问题描述 读取python遍历中文目录得到的文件路径报错 各位朋友们好,我是一名python新手,现在遇到一个问题,恳请各位朋友们能指点一下我. 我的环境是:ubuntu14.04系统,python2.7 用python遍历一个目录,目录层次结构如下: 这是主目录: /home/chaoma/superboard/mydata/input/production 主目录下的目录层次结构如下 --超级画板教学资源_全处理_772 -- Z+Z资源库 --初中数学资源库 --1有理数 ---1.1数的

leetcode第一题java代码报错。求原因?

问题描述 leetcode第一题java代码报错.求原因? package com.hust.ali.test; import java.util.*; /** 给定一个整数数组,发现两个数字,使得它们添加到一个特定的目标数. 函数twoSum应返回两个数字,使得它们加起来的目标,其中索引1必须小于索引2的所有. @author Cat */ public class TwoNumSum { /* @param args */ public static void main(String[] a