我有这个:
return stripe.Charge.create(
amount=amount,
currency=currency,
source=source, # obtained with Stripe.js
description=description
)
答案是:
File "/home/pdonaire1/desarrollos/4geeks/mall4g/apps/orders/stripe.py", line 16, in stripe_charge_create
return stripe.Charge.create(
AttributeError: 'module' object has no attribute 'Charge'
注意:我正在使用Django,但由于shell工作非常好,所以不知道为什么django不起作用。
感谢。
答案 0 :(得分:0)
您可能有一个String URL = "jdbc:mysql://192.168.0.12/mydatabase";
String username = "username";
String password = "password";
Connection con = DriverManager.getConnection(URL, username, password);
目录或stripe
文件,以便在您输入时输入:
stripe.py
导入此文件或目录以代替真实的import stripe
模块。
您可以通过将文件/目录重命名为其他任何内容来解决此问题。