Posts by Octavio Bertolucci • 35 points
4 posts
-
0
votes1
answer216
viewsQ: Error installing Python library
I have python 2.7.14 installed with Pip 9.0.1 on a Macbook. I was experiencing an error trying to run Pip.list from the terminal. I checked on Google that I needed to edit the Pip.conf file, but I…
-
2
votes1
answer128
viewsQ: Is it possible to install perlapi 5.14.2 in Debian 9?
I am trying to install the perlapi-5.14.2 package on a Debian 9 linux server and am getting the following feedback: Reading package lists... Done Building dependency tree Reading state…
-
0
votes1
answer40
viewsQ: Error while clicking Button
Good morning! I am studying the Swift language for iOS and I have the following problem. I made a test application, available in the book "Swift - Programe for iPhone and iPad" Code House. It is an…
-
1
votes3
answers108
viewsQ: Value of type 'String? ' has no Member 'Int'
I have the following problem: Value of type 'String? ' has on Member 'Int' What is the reason for the error and what is the solution? class ViewController: UIViewController { @IBOutlet var…